Browse Source

Update navigation_using_navigationagents.rst

Added comma for better readability
Overkane 4 months ago
parent
commit
376d525e0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/navigation/navigation_using_navigationagents.rst

+ 1 - 1
tutorials/navigation/navigation_using_navigationagents.rst

@@ -40,7 +40,7 @@ NavigationAgent Pathfollowing
 After a ``target_position`` has been set for the agent, the next position to follow in the path
 After a ``target_position`` has been set for the agent, the next position to follow in the path
 can be retrieved with the ``get_next_path_position()`` function.
 can be retrieved with the ``get_next_path_position()`` function.
 
 
-Once the next path position is received move the parent actor node of the agent
+Once the next path position is received, move the parent actor node of the agent
 towards this path position with your own movement code.
 towards this path position with your own movement code.
 
 
 .. note::
 .. note::