We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e3881e + 8bb30b9 commit 9db7860Copy full SHA for 9db7860
src/std_misc/process/pipe.md
@@ -1,6 +1,6 @@
1
# Pipes
2
3
-The `std::Child` struct represents a running child process, and exposes the
+The `std::process::Child` struct represents a child process, and exposes the
4
`stdin`, `stdout` and `stderr` handles for interaction with the underlying
5
process via pipes.
6
0 commit comments