Skip to content

Commit e4dfa4b

Browse files
authored
Fix heading for bitstruct Proc-Macro section
Corrected the heading for the `bitstruct` procedural macro section.
1 parent aa5abff commit e4dfa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn main() {
3535
}
3636
```
3737

38-
## `bitstruct!` Procedural Macro
38+
## `bitstruct` Proc-Macro
3939

4040
Generates a packed bitstruct newtype struct with field-level bit access.
4141

0 commit comments

Comments
 (0)