From d8aa528bbc60eb21bee94150a15fe9aa3d3c859c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20K=C3=A4rn?= <73889403+joelkarn@users.noreply.github.com> Date: Wed, 15 Nov 2023 07:35:40 +0100 Subject: [PATCH] Update navigation_using_navigationservers.rst Fixed typo --- tutorials/navigation/navigation_using_navigationservers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/navigation/navigation_using_navigationservers.rst b/tutorials/navigation/navigation_using_navigationservers.rst index 3206acaf72f..addd3294188 100644 --- a/tutorials/navigation/navigation_using_navigationservers.rst +++ b/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.