Skip to content

Commit 7405600

Browse files
committed
update readme
1 parent ba1508d commit 7405600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ that the total number of k-lets is n^k, where n is the alphabet length. For use
4646
cases involving memory constraints, providing the sequence alphabet ahead of
4747
time will allow countlets to count k-lets while only needing to load k + 1
4848
letters into memory at a time (at the cost of speed for higher k values). When
49-
the alphabet is provided, it will typically never take up more than a couple MBs
49+
the alphabet is provided, it will typically never take up more than several MBs
5050
of memory.
5151

5252
Example usage:

0 commit comments

Comments
 (0)