瀏覽代碼

Update walk comment

Jean-David Moisan 4 年之前
父節點
當前提交
c85c087f23
共有 1 個文件被更改,包括 2 次插入2 次删除
  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.
 
 }
 ```