浏览代码

Merge pull request #8479 from joelkarn/patch-1

Update navigation_using_navigationservers.rst
Max Hilbrunner 1 年之前
父节点
当前提交
bb0b8b8896
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/navigation/navigation_using_navigationservers.rst

+ 1 - 1
tutorials/navigation/navigation_using_navigationservers.rst

@@ -13,7 +13,7 @@ Hence it is entirely possible (if not a little cumbersome) to exclusively use th
 Communicating with the NavigationServer
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-To work with the NavigationServer means to prepare parameters for a **query** that can be send to the NavigationServer for updates or requesting data.
+To work with the NavigationServer means to prepare parameters for a **query** that can be sent to the NavigationServer for updates or requesting data.
 
 To reference the internal NavigationServer objects like maps, regions and agents RIDs are used as identification numbers.
 Every navigation related node in the scene tree has a function that returns the RID for this node.