Replace Ie with In other words

Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
Ian Jackson 2020-12-13 11:03:17 +00:00 committed by Ian Jackson
parent 42ea8f6434
commit 29c851aef6

View File

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