Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-09 09:16:05 +07:00
commit 3a7e950d99
1 changed files with 1 additions and 1 deletions

@ -220,7 +220,7 @@ function charIterate(input) {
} else {
charIterateState = 0;
}
console.log(charIterateState, input.charAt(charIterate));
console.log(charIterateState, input.charAt(charIterateState));
return charIterateState;
}