Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Hengqi Chen <chenhengqi@outlook.com>
  • Loading branch information
chenhengqi authored and emilio committed Apr 27, 2021
1 parent 05fe83b commit 425a146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/using-bitfields.md
Expand Up @@ -85,5 +85,5 @@ Note: This requires the Builder's derive_default to be set to true, otherwise th
This will print out

```text
StructWithBitfields: a:1, b:0, c:2
StructWithBitfields: a:0, b:0, c:0
```

0 comments on commit 425a146

Please sign in to comment.