From aac51e8b318920de32fca1c0dd82a0fbc5a1bbfd Mon Sep 17 00:00:00 2001 From: Amir Rajan Date: Wed, 8 Jul 2020 20:04:00 -0500 Subject: Update directional_input_helper_methods.rb --- dragon/directional_input_helper_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dragon/directional_input_helper_methods.rb') 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. -- cgit v1.2.3