Skip to content

Commit

Permalink
doc: typo Indetifier -> Identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
torrespro authored Aug 2, 2023
1 parent a5bd99c commit cb44db2
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 final class ISINCheckDigit extends ModulusCheckDigit {
private static final int[] POSITION_WEIGHT = {2, 1};

/**
* Construct an ISIN Indetifier Check Digit routine.
* Construct an ISIN Identifier Check Digit routine.
*/
public ISINCheckDigit() {
super(10); // CHECKSTYLE IGNORE MagicNumber
Expand Down

0 comments on commit cb44db2

Please sign in to comment.