Skip to content

Commit

Permalink
remove unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Sep 9, 2024
1 parent e9392b6 commit 1d9b837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1d9b837

Please sign in to comment.