Skip to content

Commit 9db7860

Browse files
authored
Merge pull request #1894 from bepri/patch-1
fix(doc): correct small errors in pipes.md
2 parents 4e3881e + 8bb30b9 commit 9db7860

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)