Skip to content

Commit

Permalink
Merge pull request #1894 from bepri/patch-1
Browse files Browse the repository at this point in the history
fix(doc): correct small errors in pipes.md
  • Loading branch information
marioidival authored Oct 31, 2024
2 parents 4e3881e + 8bb30b9 commit 9db7860
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 9db7860

Please sign in to comment.