mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Fix signed int checked_neg docs
This commit is contained in:
parent
f3619ce026
commit
36c00f8107
@ -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…
Reference in New Issue
Block a user