Skip to content

Commit 2874ea3

Browse files
committed
Fixed typo "it" -> "is".
1 parent d11f1aa commit 2874ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/class-assignments/labs-assignment-2018.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Pipelines may be separated by a semicolon, i.e. it's an extension of the
350350

351351
Note that the shell needs to wait for all commands in the pipeline to
352352
finish before printing out the next prompt. So you need to create the
353-
pipeline HORIZONTALLY, meaning the shell it a parent of ALL processes in
353+
pipeline HORIZONTALLY, meaning the shell is a parent of ALL processes in
354354
the pipeline (remember, wait(2) only works on direct children). For
355355
example, the following will hang for 10 seconds before your shell
356356
returns a new prompt:

0 commit comments

Comments
 (0)