Skip to content

Commit bb0b8b8

Browse files
authored
Merge pull request godotengine#8479 from joelkarn/patch-1
Update navigation_using_navigationservers.rst
2 parents 7841ee7 + d8aa528 commit bb0b8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/navigation/navigation_using_navigationservers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Hence it is entirely possible (if not a little cumbersome) to exclusively use th
1313
Communicating with the NavigationServer
1414
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1515

16-
To work with the NavigationServer means to prepare parameters for a **query** that can be send to the NavigationServer for updates or requesting data.
16+
To work with the NavigationServer means to prepare parameters for a **query** that can be sent to the NavigationServer for updates or requesting data.
1717

1818
To reference the internal NavigationServer objects like maps, regions and agents RIDs are used as identification numbers.
1919
Every navigation related node in the scene tree has a function that returns the RID for this node.

0 commit comments

Comments
 (0)