Skip to content

Commit

Permalink
Merge pull request #224 from mehran-prs/master-1
Browse files Browse the repository at this point in the history
Update machine-communication.md
  • Loading branch information
epage authored Aug 17, 2023
2 parents 6d757fd + 86c7fc2 commit 1bb1ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/in-depth/machine-communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Words in README.md: 47
```

But what if we wanted to count the number of words piped into the program?
Rust programs can read data passed in via stdin with the with [the Stdin
Rust programs can read data passed in via stdin with the [Stdin
struct](https://doc.rust-lang.org/std/io/struct.Stdin.html) which you can
obtain via [the stdin function](https://doc.rust-lang.org/std/io/fn.stdin.html)
from the standard library. Similar to reading the lines of a file, it can read
Expand Down

0 comments on commit 1bb1ae7

Please sign in to comment.