]> git.seodisparate.com - RockPaperScissorsDuel/commitdiff
Fix typo in comment
authorStephen Seo <seo.disparate@gmail.com>
Wed, 18 Jan 2023 07:00:22 +0000 (16:00 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 18 Jan 2023 07:00:22 +0000 (16:00 +0900)
wasm_build/client.js

index 51828433c0ea47943e97436ff1803d559d17b896..b08359829ae89e4d320c04d00d48b94010d2e43d 100644 (file)
@@ -1,4 +1,4 @@
-// Use setTimeout to give the .wasm binary to load first.
+// Use setTimeout to give the .wasm binary time to load first.
 setTimeout(() => {
 Rune.initClient({
     visualUpdate: ({ newGame, yourPlayerId}) => {