diff options
| -rw-r--r-- | dragon/directional_input_helper_methods.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dragon/directional_input_helper_methods.rb b/dragon/directional_input_helper_methods.rb index 3891b5b..edaf8d3 100644 --- a/dragon/directional_input_helper_methods.rb +++ b/dragon/directional_input_helper_methods.rb @@ -49,7 +49,7 @@ S # Returns a normal vector (in the form of an Array with two values). If no directionals are held/down, the function returns nil. # - # The possible results are: + # Some of the possible results are: # # - `nil` which denotes that no directional input exists. # - `[ 0, 1]` which denotes that only up is being held/pressed. |
