mirror of
https://github.com/gchq/CyberChef
synced 2025-01-25 18:55:02 +00:00
fixed typo
This commit is contained in:
parent
b92c1e7da0
commit
bab0a7ffed
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue