Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 1, 2023
1 parent 8178e33 commit 05cd89b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static int sumDigits(final int number) {
}

/**
* The modulus can be > 10 provided that the implementing class overrides toCheckDigit and toInt (for example as in ISBN10CheckDigit).
* The modulus can be greater than 10 provided that the implementing class overrides toCheckDigit and toInt (for example as in ISBN10CheckDigit).
*/
private final int modulus;

Expand Down

0 comments on commit 05cd89b

Please sign in to comment.