diff options
Diffstat (limited to 'doc/classes/InputEventMouseMotion.xml')
-rw-r--r-- | doc/classes/InputEventMouseMotion.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/InputEventMouseMotion.xml b/doc/classes/InputEventMouseMotion.xml index 4b3126dc72..1183d1c16c 100644 --- a/doc/classes/InputEventMouseMotion.xml +++ b/doc/classes/InputEventMouseMotion.xml @@ -4,7 +4,7 @@ Input event type for mouse motion events. </brief_description> <description> - Contains mouse motion informations. Supports relative, absolute positions and speed. See [method Node._input]. + Contains mouse motion information. Supports relative, absolute positions and speed. See [method Node._input]. </description> <tutorials> http://docs.godotengine.org/en/3.0/learning/features/inputs/mouse_and_input_coordinates.html |