Fix signed int checked_neg docs
This commit is contained in:
parent
f3619ce026
commit
36c00f8107
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ macro_rules! int_impl {
|
|||
}
|
||||
}
|
||||
|
||||
/// Checked negation. Computes `!self`, returning `None` if `self ==
|
||||
/// Checked negation. Computes `-self`, returning `None` if `self ==
|
||||
/// MIN`.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue