1
Fork 0

Tidy: trailing whitespace

Removed trailing whitespace from documentation of ExitStatus.
This commit is contained in:
Reinier Maas 2019-06-05 09:58:39 +02:00 committed by GitHub
parent 674f24e132
commit dd12f39b35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1153,7 +1153,7 @@ impl From<fs::File> for Stdio {
///
/// This `struct` is used to represent the exit status of a child process.
/// Child processes are created via the [`Command`] struct and their exit
/// status is exposed through the [`status`] method, or the [`wait`] method
/// status is exposed through the [`status`] method, or the [`wait`] method
/// of a [`Child`] process.
///
/// [`Command`]: struct.Command.html