Skip to content

Commit 4c56a51

Browse files
committed
Fix outdated wording in README.md
1 parent 64876d1 commit 4c56a51

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
@@ -143,7 +143,7 @@ assert_eq!(*bits, 0xaabb);
143143

144144
## Note
145145

146-
`bitmap!` is built with hardware configuration in mind, where most packed bitmaps have a size
146+
`#[bitmap]` is built with hardware configuration in mind, where most packed bitmaps have a size
147147
aligned to integer sizes. It does not use the _smallest possible size_: a bitmap with only one `u33`
148148
field will take up 64 bits of space.
149149

0 commit comments

Comments
 (0)