diff --git a/src/main.js b/src/main.js index 6d0d53d..c853491 100644 --- a/src/main.js +++ b/src/main.js @@ -30,7 +30,7 @@ if (!b64re.test(string)) throw new TypeError('Failed to execute _atob() : The string to be decoded is not correctly encoded.'); - // Adding the padding if missing, for semplicity + // Adding the padding if missing, for simplicity string += '=='.slice(2 - (string.length & 3)); let bitmap, result = ''; let r1, r2, i = 0; @@ -353,4 +353,4 @@ -})(); \ No newline at end of file +})();