mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04: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
|
* @param {string} inputStr
|
||||||
* @returns {number}
|
* @returns {number}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue