Fix a few misspellings.
This commit is contained in:
parent
f726dbe934
commit
6235e6f93f
12 changed files with 16 additions and 16 deletions
|
@ -1568,7 +1568,7 @@ impl ExitStatusError {
|
|||
|
||||
/// Reports the exit code, if applicable, from an `ExitStatusError`, as a `NonZero`
|
||||
///
|
||||
/// This is exaclty like [`code()`](Self::code), except that it returns a `NonZeroI32`.
|
||||
/// This is exactly like [`code()`](Self::code), except that it returns a `NonZeroI32`.
|
||||
///
|
||||
/// Plain `code`, returning a plain integer, is provided because is is often more convenient.
|
||||
/// The returned value from `code()` is indeed also nonzero; use `code_nonzero()` when you want
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue