Skip to content

Commit

Permalink
Update src/List View/code.rs
Browse files Browse the repository at this point in the history
Fix the language

Co-authored-by: Hofer-Julian <[email protected]>
  • Loading branch information
ondrejkolin and Hofer-Julian authored Aug 6, 2024
1 parent 58b3120 commit afe3da0
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 @@ -14,7 +14,7 @@ pub fn main() {

// https://doc.rust-lang.org/std/cell/struct.Cell.html
// "A mutable memory location."
// Makes possible accessing and changing values from signal handlers
// Makes it possible to access and change values from within signal handlers
let item = Cell::new(1);

// Model
Expand Down

0 comments on commit afe3da0

Please sign in to comment.