diff --git a/src/lib.rs b/src/lib.rs index 1a2269f..2f713ac 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,7 +7,7 @@ //! //! This version supports Rust versions 1.81.0 and up, while previous versions support Rust versions 1.67.1 and up. //! -//! # Example: generate primes at compile time and reuse it for related computations +//! # Example: generate primes at compile time and reuse it for related computations //! //! The struct [`Primes`] is a wrapper around an array of primes generated by a //! [segmented sieve of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes#Segmented_sieve)