diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-15 00:28:53 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-15 00:49:52 +0100 |
commit | 40f0649e5b02037cb4745c336170e1e5422467ed (patch) | |
tree | 16dae32393ce2eec2c19b8b54e9849d75d25573f /doc/classes/KinematicBody2D.xml | |
parent | 8d60f5a34940238383e13b9a63d9d2a1af6e21bb (diff) |
Fix typos with codespell
Using codespell 1.16.0.
See ab3bccdb78cc7dffb6ab796053ef63489f05558d for procedure.
Diffstat (limited to 'doc/classes/KinematicBody2D.xml')
-rw-r--r-- | doc/classes/KinematicBody2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/KinematicBody2D.xml b/doc/classes/KinematicBody2D.xml index 1de75cd71b..470d8db47a 100644 --- a/doc/classes/KinematicBody2D.xml +++ b/doc/classes/KinematicBody2D.xml @@ -17,7 +17,7 @@ <return type="Vector2"> </return> <description> - Returns the normal vector of the floor. + Returns the normal vector of the floor. </description> </method> <method name="get_floor_velocity" qualifiers="const"> |