We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329876a commit b00d8deCopy full SHA for b00d8de
README.md
@@ -37,7 +37,7 @@ increments its own label:
37
38
```rust,ignore
39
fn main() -> cushy::Result {
40
- // Create a dynamic usize.
+ // Create a dynamic isize.
41
let count = Dynamic::new(0_isize);
42
43
// Create a new label displaying `count`
0 commit comments