Skip to content

Commit 26a8716

Browse files
authored
link to staging lesson
and some text tweaks
1 parent 79791a4 commit 26a8716

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_episodes/03-input.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ parameter were not provided in the input, nothing would appear on the
128128
command line.
129129

130130
Input files are read-only. If you wish to update an input file, you must
131-
first copy it to the output directory.
131+
[first copy it to the output directory]({{ page.root }}/15-staging/).
132132

133133
The value of `position` is used to determine where parameter should
134134
appear on the command line. Positions are relative to one another, not
135135
absolute. As a result, positions do not have to be sequential, three
136-
parameters with positions `[1, 3, 5]` will result in the same command
137-
line as `[1, 2, 3]`. More than one parameter can have the same position
136+
parameters with positions 1, 3, 5 will result in the same command
137+
line as 1, 2, 3. More than one parameter can have the same position
138138
(ties are broken using the parameter name), and the position field itself
139-
is optional. the default position is 0.
139+
is optional. The default position is 0.
140140

141-
The `baseCommand` field always comes before parameters.
141+
The `baseCommand` field will always appear in the final command line before the parameters.

0 commit comments

Comments
 (0)