Skip to content

Commit 425a146

Browse files
chenhengqiemilio
authored andcommitted
Fix typo
Signed-off-by: Hengqi Chen <[email protected]>
1 parent 05fe83b commit 425a146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/using-bitfields.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ Note: This requires the Builder's derive_default to be set to true, otherwise th
8585
This will print out
8686

8787
```text
88-
StructWithBitfields: a:1, b:0, c:2
88+
StructWithBitfields: a:0, b:0, c:0
8989
```

0 commit comments

Comments
 (0)