Răsfoiți Sursa

Update walk comment

Jean-David Moisan 4 ani în urmă
părinte
comite
c85c087f23
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      docs/getting-started.md

+ 2 - 2
docs/getting-started.md

@@ -129,7 +129,7 @@ ICondition walk = new KeyboardCondition(Keys.Right);
 
 if (walk.Held()) {
 
-    // Walk while the buttons are held.
+    // Walk while the right button is held.
 
 }
 ```
@@ -144,7 +144,7 @@ if (run.Held()) {
 }
 if (walk.Held()) {
 
-    // Walk while the buttons are held.
+    // Walk while the right button is held.
 
 }
 ```