mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
fixed typo
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user