We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64876d1 commit 4c56a51Copy full SHA for 4c56a51
1 file changed
README.md
@@ -143,7 +143,7 @@ assert_eq!(*bits, 0xaabb);
143
144
## Note
145
146
-`bitmap!` is built with hardware configuration in mind, where most packed bitmaps have a size
+`#[bitmap]` is built with hardware configuration in mind, where most packed bitmaps have a size
147
aligned to integer sizes. It does not use the _smallest possible size_: a bitmap with only one `u33`
148
field will take up 64 bits of space.
149
0 commit comments