Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Jun 2, 2024
1 parent 73d42af commit 8d71aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/objects/pandigital_checker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl PandigitalChecker {
///
/// * `num` Number to update with.
///
/// Returns `true` of all digits of the number were in range and not seen
/// Returns `true` if all digits of the number were in range and not seen
/// earlier. Returns `false` otherwise.
pub fn update(&mut self, num: i64) -> bool {
for digit in utils::Digits::new(num) {
Expand Down

0 comments on commit 8d71aed

Please sign in to comment.