Skip to content

Commit 828d794

Browse files
committed
Wrap to 80 cols
1 parent 3360194 commit 828d794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ch12-00-an-io-project.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ in that file that contain the string argument, and prints those lines.
1616
Along the way, we’ll show how to make our command line tool use features of the
1717
terminal that many command line tools use. We’ll read the value of an
1818
environment variable to allow the user to configure the behavior of our tool.
19-
We’ll also print error messages to the standard error console stream (`stderr`) instead
20-
of standard output (`stdout`), so, for example, the user can redirect successful
21-
output to a file while still seeing error messages onscreen.
19+
We’ll also print error messages to the standard error console stream (`stderr`)
20+
instead of standard output (`stdout`), so, for example, the user can redirect
21+
successful output to a file while still seeing error messages onscreen.
2222

2323
One Rust community member, Andrew Gallant, has already created a fully
2424
featured, very fast version of `grep`, called `ripgrep`. By comparison, our

0 commit comments

Comments
 (0)