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:37 +00:00 committed by Ian Jackson
parent 29c851aef6
commit 06a405c49c

View File

@ -172,7 +172,7 @@ pub trait ExitStatusExt {
/// If the process was terminated by a signal, returns that signal.
///
/// Ie, if `WIFSIGNALED`, this returns `WTERMSIG`.
/// In other words, if `WIFSIGNALED`, this returns `WTERMSIG`.
#[stable(feature = "rust1", since = "1.0.0")]
fn signal(&self) -> Option<i32>;