Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
callb4ck committed Sep 22, 2024
1 parent 5b90e70 commit 1b28b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ bv.set(2, false).unwrap();
assert_eq!(format!("{bv:b}"), "[11011111, 10000000]")
```

It's ok if you don't understand this le latter, it's mostly for debug purposes and you don't need to concern with it.
It's ok if you don't understand the latter, it's mostly for debug purposes and you don't need to concern with it.

### Other
Other methods you might already know from `Vec` are implemented, such as:
Expand Down

0 comments on commit 1b28b23

Please sign in to comment.