Skip to content

Commit dd12f39

Browse files
authored
Tidy: trailing whitespace
Removed trailing whitespace from documentation of ExitStatus.
1 parent 674f24e commit dd12f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ impl From<fs::File> for Stdio {
11531153
///
11541154
/// This `struct` is used to represent the exit status of a child process.
11551155
/// Child processes are created via the [`Command`] struct and their exit
1156-
/// status is exposed through the [`status`] method, or the [`wait`] method
1156+
/// status is exposed through the [`status`] method, or the [`wait`] method
11571157
/// of a [`Child`] process.
11581158
///
11591159
/// [`Command`]: struct.Command.html

0 commit comments

Comments
 (0)