Skip to content

Commit

Permalink
fix(doc): correct small errors in pipes.md
Browse files Browse the repository at this point in the history
Fixes some minor language errors in documentation on pipes
  • Loading branch information
bepri authored Oct 30, 2024
1 parent 4e3881e commit 8bb30b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std_misc/process/pipe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pipes

The `std::Child` struct represents a running child process, and exposes the
The `std::process::Child` struct represents a child process, and exposes the
`stdin`, `stdout` and `stderr` handles for interaction with the underlying
process via pipes.

Expand Down

0 comments on commit 8bb30b9

Please sign in to comment.