Skip to content

Commit b8c3f1e

Browse files
typo fix
Co-authored-by: rusty-snake <[email protected]>
1 parent 87bbe0b commit b8c3f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/os/unix/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pub trait CommandExt: Sealed {
114114
/// `before_exec` used to be a safe method, but it needs to be unsafe since the closure may only
115115
/// perform operations that are *async-signal-safe*. Hence it got deprecated in favor of the
116116
/// unsafe [`pre_exec`]. Meanwhile, Rust gained the ability to make an existing safe method
117-
/// fully unsafe in a new edition, which is how `before_exec` became `unsafe`It still also
117+
/// fully unsafe in a new edition, which is how `before_exec` became `unsafe`. It still also
118118
/// remains deprecated; `pre_exec` should be used instead.
119119
///
120120
/// [`pre_exec`]: CommandExt::pre_exec

0 commit comments

Comments
 (0)