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

Documentation: infrastructure: fix typo #401

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Documentation/teaching/labs/infrastructure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tasks:
For each task you may have multiple steps to perform, usually
incremental. These steps are marked in the source code as well as in
the lab exercises with the keyword *TODO*. If we have multiple steps
to perform they will be prefixed by a number, like *TODO1*, *TODO2*,
to perform they will be suffixed by a number, like *TODO1*, *TODO2*,
etc. If no number is used it is assumed to be the one and only
step. If you want to resume a task from a certain step, you can using
the **TODO** variable. The following example will generate the
Expand Down
Loading