Skip to content

Commit 8bb30b9

Browse files
authored
fix(doc): correct small errors in pipes.md
Fixes some minor language errors in documentation on pipes
1 parent 4e3881e commit 8bb30b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std_misc/process/pipe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pipes
22

3-
The `std::Child` struct represents a running child process, and exposes the
3+
The `std::process::Child` struct represents a child process, and exposes the
44
`stdin`, `stdout` and `stderr` handles for interaction with the underlying
55
process via pipes.
66

0 commit comments

Comments
 (0)