fixed typo

This commit is contained in:
k3a.ch 2024-11-30 20:57:56 +01:00
parent b92c1e7da0
commit bab0a7ffed

View file

@ -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}