Skip to content

Commit

Permalink
Update doc/tutorials/your_first_project/your_first_project.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Baker <abake48@users.noreply.github.com>
  • Loading branch information
tylerjw and abake48 committed May 16, 2022
1 parent 9801045 commit e299fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/your_first_project/your_first_project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Then we set our target pose and plan. Note that only the target pose is set (via
return std::make_pair(ok, msg);
}();

Finally we execute our plan if planning was successful, otherwise we log an error:
Finally, we execute our plan if planning was successful, otherwise we log an error:

.. code-block:: C++

Expand Down

0 comments on commit e299fea

Please sign in to comment.