Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
k3ach committed Nov 30, 2024
1 parent b92c1e7 commit bab0a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/LuhnChecksum.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class LuhnChecksum extends Operation {
}

/**
* Generates the Luhn Checksum from the input.
* Generates the Luhn checksum from the input.
*
* @param {string} inputStr
* @returns {number}
Expand Down

0 comments on commit bab0a7f

Please sign in to comment.