Skip to content

Commit c09aee4

Browse files
committed
📝 Typo
1 parent 0ba2341 commit c09aee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ struct CustomDebug {
466466
## Auto-Generate Enum `from_bits`/`into_bits`
467467

468468
Enums are very helpful inside bitfields.
469-
However, manually writing conversion functions is tedious; thus, this crate contains a macro for autogenerating them.
469+
However, manually writing conversion functions is tedious; thus, this crates contains a macro for autogenerating them.
470470

471471
```rust
472472
use bitfield_struct::bitenum;

0 commit comments

Comments
 (0)