Skip to content

Commit

Permalink
[BOT] Updating 1f265fa content
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 3, 2024
1 parent 1f265fa commit ea48891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustbook-en/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 ea48891

Please sign in to comment.