Skip to content

Commit 29c851a

Browse files
ijacksonJoshua Nelson
andcommitted
Replace Ie with In other words
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 42ea8f6 commit 29c851a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/unix/ext/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pub trait ExitStatusExt {
182182

183183
/// If the process was stopped by a signal, returns that signal.
184184
///
185-
/// Ie, if `WIFSTOPPED`, this returns `WSTOPSIG`. This is only possible if the status came from
185+
/// In other words, if `WIFSTOPPED`, this returns `WSTOPSIG`. This is only possible if the status came from
186186
/// a `wait` system call which was passed `WUNTRACED`, was then converted into an `ExitStatus`.
187187
#[unstable(feature = "unix_process_wait_more", issue = "none")]
188188
fn stopped_signal(&self) -> Option<i32>;

0 commit comments

Comments
 (0)