Skip to content

Commit 2b1b702

Browse files
authored
Add comma
1 parent ae1f80f commit 2b1b702

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
@@ -51,7 +51,7 @@ assert_eq!(PRIME_STATUS, [false, false, true, true, false, true, false, true, fa
5151

5252
## Arbitrary ranges
5353

54-
The crate provides prime generation and sieving functions with suffixes, e.g. `primes_geq` and `sieve_lt`
54+
The crate provides prime generation and sieving functions with suffixes, e.g. `primes_geq` and `sieve_lt`,
5555
that can be used to work with ranges that don't start at zero. They take two generics: the number of elements
5656
to store in the binary and the size of the sieve used during evaluation. The sieve size must be the ceiling
5757
of the square root of the largest encountered value:

0 commit comments

Comments
 (0)