Skip to content

Commit

Permalink
Format cache module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed May 31, 2024
1 parent 22cf5d1 commit 9ccead5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cache/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! This module contains the implementation of the type [`Primes`] (and related iterators), which functions as a cache of prime numbers
//! for related computations.
//! This module contains the implementation of the type [`Primes`] (and related iterators),
//! which functions as a cache of prime numbers for related computations.
mod prime_factors;
mod primes_into_iter;
Expand Down

0 comments on commit 9ccead5

Please sign in to comment.