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

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-09 09:09:44 +07:00
commit e235c03b8d
1 changed files with 1 additions and 1 deletions

@ -260,7 +260,7 @@ function design5(input) {
if (dist > radius - 1 && dist < radius + 1) { //&& dist > radius - 1
lineHasInput = true;
outputLine += input.charAt(""+ charIterate(input)); //zero-width space
outputLine += ""+ input.charAt(charIterate(input)); //zero-width space
} else {
outputLine += " ";
}