Skip to content

Commit c7f2dbe

Browse files
committed
Change docs to follow review requests
1 parent 1d59c67 commit c7f2dbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libstd/process.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ impl fmt::Debug for ChildStdout {
233233
}
234234
}
235235

236-
/// A handle to a child process's stderr. It can be used to
237-
/// read any errors that the child process has output while
238-
/// running.
236+
/// A handle to a child process's stderr.
237+
///
238+
/// This struct is used in the [`stderr`] field on [`Child`].
239239
///
240240
/// [`Child`]: struct.Child.html
241241
/// [`stderr`]: struct.Child.html#structfield.stderr

0 commit comments

Comments
 (0)