Skip to content

Commit

Permalink
Fix typo in bitmaps.md (#2510)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneOH authored Aug 10, 2023
1 parent 45afd27 commit 037fe9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-types/bitmaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ One of the biggest advantages of bitmaps is that they often provide
extreme space savings when storing information. For example in a system
where different users are represented by incremental user IDs, it is possible
to remember a single bit information (for example, knowing whether
a user wants to receive a newsletter) of 4 billion of users using just 512 MB of memory.
a user wants to receive a newsletter) of 4 billion users using just 512 MB of memory.

Bits are set and retrieved using the `SETBIT` and `GETBIT` commands:

Expand Down

0 comments on commit 037fe9f

Please sign in to comment.