Skip to content

Commit

Permalink
Mention that it's partially successful
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jun 10, 2024
1 parent 891f6e8 commit c5a745c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cache/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ impl<const N: usize> Primes<N> {
}
}

/// Contains the result of the partial evaluation of the [`totient`](Primes::totient) function.
/// Contains the result of a partially successful evaluation of the [`totient`](Primes::totient) function.
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub struct PartialTotient {
Expand Down

0 comments on commit c5a745c

Please sign in to comment.