From 0e21648419f446fd1604dfe5c79e9ca2d2a5898f Mon Sep 17 00:00:00 2001 From: Ertain Date: Tue, 11 Jun 2019 03:19:16 -0500 Subject: [PATCH] Corrected spelling error (cherry picked from commit 7a397d6976e2eec402226fe5b5b453cb92e07c78) --- doc/classes/Navigation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Navigation.xml b/doc/classes/Navigation.xml index 907079b2f50..8b5ab630bb0 100644 --- a/doc/classes/Navigation.xml +++ b/doc/classes/Navigation.xml @@ -59,7 +59,7 @@ - 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.