Replace Ie
with In other words
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
29c851aef6
commit
06a405c49c
@ -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>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user