Week 12 of 2022
Development log of Word Snake
Fix grammar in a comment
On by
index dc4d68c..78bfbb4 100644
--- a/src/Game.elm
+++ b/src/Game.elm
@@ -127,7 +127,7 @@ init flags =
=In the model everything is positioned on a 1 x 1 grid, but Chromium and Android
=Web View have problems with this setup. So in the view all values (positions,
=sizes, font sizes, etc.) are scaled up by this factor. This is just a workaround
-and has nothing to do with game logic.
+and has nothing to do with the game logic.
=
=-}
=scale : number