Skip to content

Commit 0ca0625

Browse files
committed
Grammar
1 parent 24bb656 commit 0ca0625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sieve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub(crate) const fn sieve_segment<const N: usize>(
5757
segment_sieve
5858
}
5959

60-
/// Returns an array of size `N` that indicates which of the `N` integers in smaller than `upper_limit` are prime.
60+
/// Returns an array of size `N` that indicates which of the `N` integers smaller than `upper_limit` are prime.
6161
///
6262
/// Uses a sieve of size `MEM` during evaluation, but stores only the requested values in the output array.
6363
/// `MEM` must be large enough for the sieve to be able to determine the prime status of all numbers in the requested range,

0 commit comments

Comments
 (0)