Skip to content

Commit

Permalink
Update src/List View/code.rs
Browse files Browse the repository at this point in the history
English too hard

Co-authored-by: Hofer-Julian <[email protected]>
  • Loading branch information
ondrejkolin and Hofer-Julian authored Aug 6, 2024
1 parent 24d9dbb commit ad120f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/List View/code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub fn main() {
@weak model => move |_| {
let selected_item = model.selected();
// In order to delete values we need to access the
// actuall Stringlist model, we've created.
// actual StringList model, we've created.
let strings_model: gtk::StringList = model
.model()
.unwrap()
Expand Down

0 comments on commit ad120f6

Please sign in to comment.