about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2020-10-19 18:20:24 +0200
committerGitHub <noreply@github.com>2020-10-19 18:20:24 +0200
commit81180f4d99deeead1dfb3aedcfb9652654bf9ea4 (patch)
treeecf39c6d28055578f5c618e1fc5a8d97f24a3839
parent684fbd50ab49edfcfaec57c9b5e3cf6c05a3107f (diff)
parent67dc9b75813994467cc15434c7f1e6bc2ca471bd (diff)
downloadrust-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.rs2
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
     ///