소스 검색

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