Skip to content

Commit b00d8de

Browse files
authored
Update README.md
1 parent 329876a commit b00d8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ increments its own label:
3737

3838
```rust,ignore
3939
fn main() -> cushy::Result {
40-
// Create a dynamic usize.
40+
// Create a dynamic isize.
4141
let count = Dynamic::new(0_isize);
4242
4343
// Create a new label displaying `count`

0 commit comments

Comments
 (0)