2
0
Jean-David Moisan 4 жил өмнө
parent
commit
c85c087f23

+ 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.
 
 }
 ```