Fix waiting time + names for computer games
[vchess.git] / client / src / views / Rules.vue
index d02901a..d96f1ed 100644 (file)
@@ -128,7 +128,7 @@ export default {
         this.$refs["compgame"].launchGame();
       }
     },
-    // user wants to stop the game:
+    // The user wants to stop the game:
     stopGame: function() {
       this.$refs["compgame"].gameOver("?", "Undetermined result");
     },