summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationAgent.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-03-12 10:25:48 +0100
committerGitHub <noreply@github.com>2020-03-12 10:25:48 +0100
commit14b41d0fc9fd615f17a8a082cd2bbfb9fea7f0a8 (patch)
tree7ce9a51814f1264cc21b5cc1ab7baa7439f2e961 /doc/classes/NavigationAgent.xml
parentaeff25f3134c1af34285bb1021c709936cf5377d (diff)
parent7bf6e5f7732f3fa890561255610f50a65e755adf (diff)
downloadredot-engine-14b41d0fc9fd615f17a8a082cd2bbfb9fea7f0a8.tar.gz
Merge pull request #36987 from luzpaz/typos
Fix various typos
Diffstat (limited to 'doc/classes/NavigationAgent.xml')
-rw-r--r--doc/classes/NavigationAgent.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/NavigationAgent.xml b/doc/classes/NavigationAgent.xml
index f896bf6d15..c6c9abec13 100644
--- a/doc/classes/NavigationAgent.xml
+++ b/doc/classes/NavigationAgent.xml
@@ -124,7 +124,7 @@
The distance to search for other agents.
</member>
<member name="path_max_distance" type="float" setter="set_path_max_distance" getter="get_path_max_distance" default="3.0">
- The maximum distance the agent is allowed away from the ideal path to the final location. This can happen due to trying to avoid collisions. When the maximum distance is exceded, it recalculates the ideal path.
+ The maximum distance the agent is allowed away from the ideal path to the final location. This can happen due to trying to avoid collisions. When the maximum distance is exceeded, it recalculates the ideal path.
</member>
<member name="radius" type="float" setter="set_radius" getter="get_radius" default="1.0">
The radius of the agent.