1 parent 0ba2341 commit c09aee4Copy full SHA for c09aee4
1 file changed
README.md
@@ -466,7 +466,7 @@ struct CustomDebug {
466
## Auto-Generate Enum `from_bits`/`into_bits`
467
468
Enums are very helpful inside bitfields.
469
-However, manually writing conversion functions is tedious; thus, this crate contains a macro for autogenerating them.
+However, manually writing conversion functions is tedious; thus, this crates contains a macro for autogenerating them.
470
471
```rust
472
use bitfield_struct::bitenum;
0 commit comments