From bab0a7ffed02153ad24e6d09b4f2c2b46078c726 Mon Sep 17 00:00:00 2001 From: "k3a.ch" <4323963+k3ach@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:57:56 +0100 Subject: [PATCH] fixed typo --- src/core/operations/LuhnChecksum.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/LuhnChecksum.mjs b/src/core/operations/LuhnChecksum.mjs index db7a6cd27..58e904fb3 100644 --- a/src/core/operations/LuhnChecksum.mjs +++ b/src/core/operations/LuhnChecksum.mjs @@ -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}