Skip to content

Commit 81180f4

Browse files
Rollup merge of #78099 - pierwill:patch-5, r=jonas-schievink
Add missing punctuation
2 parents 684fbd5 + 67dc9b7 commit 81180f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ impl Stdio {
11841184
}
11851185

11861186
/// This stream will be ignored. This is the equivalent of attaching the
1187-
/// stream to `/dev/null`
1187+
/// stream to `/dev/null`.
11881188
///
11891189
/// # Examples
11901190
///

0 commit comments

Comments
 (0)