Skip to content

Commit

Permalink
Sympolyc: update documentation to make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Aug 21, 2024
1 parent 479160c commit 3b1ed29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sympolyc/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ use std::collections::HashMap;
/// You can also use the structure PrimeNumberGenerator to check if a number is
/// prime using
/// ```rust
/// use sympolyc::utils::PrimeNumberGenerator;
/// let n = 5;
/// let mut prime_gen = PrimeNumberGenerator::new();
/// prime_gen.is_prime(n);
/// ```
Expand Down

0 comments on commit 3b1ed29

Please sign in to comment.