summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorErtain <Ertain@users.noreply.github.com>2019-06-11 03:19:16 -0500
committerGitHub <noreply@github.com>2019-06-11 03:19:16 -0500
commit7a397d6976e2eec402226fe5b5b453cb92e07c78 (patch)
tree5cfd14c64718b4975ad95e24ace91681e55058a5 /doc/classes
parent629bc10d80414570d18e0d918e59a116cb68dced (diff)
Corrected spelling error
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Navigation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Navigation.xml b/doc/classes/Navigation.xml
index 3690c1d682..f0ae3fef99 100644
--- a/doc/classes/Navigation.xml
+++ b/doc/classes/Navigation.xml
@@ -59,7 +59,7 @@
<argument index="2" name="optimize" type="bool" default="true">
</argument>
<description>
- Returns the path between two given points. Points are in local coordinate space. If [code]optimize[/code] is [code]true[/code] (the default), the agent properties associated with each [NavigationMesh] (raidus, height, etc.) are considered in the path calculation, otherwise they are ignored.
+ Returns the path between two given points. Points are in local coordinate space. If [code]optimize[/code] is [code]true[/code] (the default), the agent properties associated with each [NavigationMesh] (radius, height, etc.) are considered in the path calculation, otherwise they are ignored.
</description>
</method>
<method name="navmesh_add">