diff options
| author | pierwill <19642016+pierwill@users.noreply.github.com> | 2020-10-18 23:03:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-18 23:03:16 -0700 |
| commit | 67dc9b75813994467cc15434c7f1e6bc2ca471bd (patch) | |
| tree | 9491260a6c37f207de69e5dce3b055d9353913cd /library | |
| parent | 78307d8700136b0a382a3921d95661a5a5675fae (diff) | |
| download | rust-67dc9b75813994467cc15434c7f1e6bc2ca471bd.tar.gz rust-67dc9b75813994467cc15434c7f1e6bc2ca471bd.zip | |
Add missing punctuation
Diffstat (limited to 'library')
| -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 /// |
