From ecfd59f545decf9d81d320f1c286d8f2f89f7140 Mon Sep 17 00:00:00 2001 From: Samuel Grossman Date: Fri, 14 Oct 2022 21:49:11 -0700 Subject: [PATCH] Fixed a documentation typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03cf47c..9f5fdbe 100644 --- a/README.md +++ b/README.md @@ -554,7 +554,7 @@ StickLeftX = Split( Keyboard(Right), Keyboard(Left) ) ; If the left stick's Y axis is moved sufficiently down (positive), press the down arrow key. ; If the left stick's Y axis is moved sufficiently up (negative), press the up arrow key. -; Of course, if the left stick's X axis is neutral, then neither key is pressed. +; Of course, if the left stick's Y axis is neutral, then neither key is pressed. StickLeftY = Split( Keyboard(Down), Keyboard(Up) ) ```