Skip to content

Commit 06a405c

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

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
@@ -172,7 +172,7 @@ pub trait ExitStatusExt {
172172

173173
/// If the process was terminated by a signal, returns that signal.
174174
///
175-
/// Ie, if `WIFSIGNALED`, this returns `WTERMSIG`.
175+
/// In other words, if `WIFSIGNALED`, this returns `WTERMSIG`.
176176
#[stable(feature = "rust1", since = "1.0.0")]
177177
fn signal(&self) -> Option<i32>;
178178

0 commit comments

Comments
 (0)