Skip to content

Commit f0e6b4e

Browse files
authored
Merge pull request #26 from sivaraam/patch-1
Fix incorrect grammar in a sentence
2 parents a0dad50 + 34dd305 commit f0e6b4e

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
@@ -59,7 +59,7 @@ while using several times less memory.
5959

6060
## When should you use compressed bitmaps?
6161

62-
An uncompress BitSet can use a lot of memory. For example, if you take a BitSet
62+
An uncompressed BitSet can use a lot of memory. For example, if you take a BitSet
6363
and set the bit at position 1,000,000 to true and you have just over 100kB. That's over 100kB
6464
to store the position of one bit. This is wasteful even if you do not care about memory:
6565
suppose that you need to compute the intersection between this BitSet and another one

0 commit comments

Comments
 (0)