From 1d9b83770f3b2801e55a6cf4cdcd0bbcc6a8a963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Mon, 9 Sep 2024 13:32:46 +0200 Subject: [PATCH] remove unnecessary whitespace --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)