whoops wrong symbol

This commit is contained in:
Darien Rousseau 2023-09-04 15:36:20 -06:00 committed by GitHub
parent 86790e717a
commit 2bd64d4bda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -891,7 +891,7 @@ function wordScramble() {
} }
else { else {
word = override; word = override;
] }
scrambledWord = word.split('').sort(function () { scrambledWord = word.split('').sort(function () {
// Fully scramble the word 3 times to be safe // Fully scramble the word 3 times to be safe
return 0.5 - Math.random(); return 0.5 - Math.random();