diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-10-19 18:20:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-19 18:20:24 +0200 |
| commit | 81180f4d99deeead1dfb3aedcfb9652654bf9ea4 (patch) | |
| tree | ecf39c6d28055578f5c618e1fc5a8d97f24a3839 | |
| parent | 684fbd50ab49edfcfaec57c9b5e3cf6c05a3107f (diff) | |
| parent | 67dc9b75813994467cc15434c7f1e6bc2ca471bd (diff) | |
| download | rust-81180f4d99deeead1dfb3aedcfb9652654bf9ea4.tar.gz rust-81180f4d99deeead1dfb3aedcfb9652654bf9ea4.zip | |
Rollup merge of #78099 - pierwill:patch-5, r=jonas-schievink
Add missing punctuation
| -rw-r--r-- | library/std/src/process.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/process.rs b/library/std/src/process.rs index 3d238b7f764..a1499467744 100644 --- a/library/std/src/process.rs +++ b/library/std/src/process.rs @@ -1184,7 +1184,7 @@ impl Stdio { } /// This stream will be ignored. This is the equivalent of attaching the - /// stream to `/dev/null` + /// stream to `/dev/null`. /// /// # Examples /// |
