Skip to content

Commit

Permalink
Remove extra backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Oct 12, 2023
1 parent e960a5c commit 61934f4
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 @@ -341,7 +341,7 @@ pub const fn are_prime<const N: usize>() -> [bool; N] {
/// - -1 if `n` is a square-free integer with an odd number of prime factors,
/// - 0 if `n` has a squared prime factor.
///
/// Uses a small wheel to check prime factors up to `√n`` and exits early if
/// Uses a small wheel to check prime factors up to `√n` and exits early if
/// there is a squared factor.
///
/// # Example
Expand Down

0 comments on commit 61934f4

Please sign in to comment.