Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading