diff --git a/src/std_misc/process/pipe.md b/src/std_misc/process/pipe.md index 31d9318172..6403596f7a 100644 --- a/src/std_misc/process/pipe.md +++ b/src/std_misc/process/pipe.md @@ -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.