about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorpierwill <19642016+pierwill@users.noreply.github.com>2020-10-18 23:03:16 -0700
committerGitHub <noreply@github.com>2020-10-18 23:03:16 -0700
commit67dc9b75813994467cc15434c7f1e6bc2ca471bd (patch)
tree9491260a6c37f207de69e5dce3b055d9353913cd /library/std/src
parent78307d8700136b0a382a3921d95661a5a5675fae (diff)
downloadrust-67dc9b75813994467cc15434c7f1e6bc2ca471bd.tar.gz
rust-67dc9b75813994467cc15434c7f1e6bc2ca471bd.zip
Add missing punctuation
Diffstat (limited to 'library/std/src')
-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
     ///