Skip to content

Commit 376d525

Browse files
authored
Update navigation_using_navigationagents.rst
Added comma for better readability
1 parent 62a4e95 commit 376d525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/navigation/navigation_using_navigationagents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ NavigationAgent Pathfollowing
4040
After a ``target_position`` has been set for the agent, the next position to follow in the path
4141
can be retrieved with the ``get_next_path_position()`` function.
4242

43-
Once the next path position is received move the parent actor node of the agent
43+
Once the next path position is received, move the parent actor node of the agent
4444
towards this path position with your own movement code.
4545

4646
.. note::

0 commit comments

Comments
 (0)