Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo #2093

Merged
merged 1 commit into from
Sep 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ how, or see the previous section on git), then commit them:
.. note::

<commit msg> should be a present-tense description of what you've changed. In
this case, "change to 4 wallers" is fine.
this case, "double wall spacing" is fine.

Without the -m flag, git commit will open a nano (or whatever your
default text editor is set to) and ask you to type in
Expand Down Expand Up @@ -269,7 +269,7 @@ the runner (and every other robot on our team) move much more quickly.
Take a screen recording of this whole process and send it to your software lead
via Slack. Feel free to play around with any other params you see!

1. ROS and C++
5. ROS and C++
--------------

Much like the last section, this section is our version of an official ROS
Expand Down