We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3881e commit 8bb30b9Copy full SHA for 8bb30b9
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