We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674f24e commit dd12f39Copy full SHA for dd12f39
src/libstd/process.rs
@@ -1153,7 +1153,7 @@ impl From<fs::File> for Stdio {
1153
///
1154
/// This `struct` is used to represent the exit status of a child process.
1155
/// Child processes are created via the [`Command`] struct and their exit
1156
-/// status is exposed through the [`status`] method, or the [`wait`] method
+/// status is exposed through the [`status`] method, or the [`wait`] method
1157
/// of a [`Child`] process.
1158
1159
/// [`Command`]: struct.Command.html
0 commit comments