mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
Fix typo in documentation of i32 wrapping_abs()
This commit is contained in:
@@ -1573,7 +1573,7 @@ pub const fn wrapping_shr(self, rhs: u32) -> Self {
|
||||
the boundary of the type.
|
||||
|
||||
The only case where such wrapping can occur is when one takes the absolute value of the negative
|
||||
minimal value for the type this is a positive value that is too large to represent in the type. In
|
||||
minimal value for the type; this is a positive value that is too large to represent in the type. In
|
||||
such a case, this function returns `MIN` itself.
|
||||
|
||||
# Examples
|
||||
|
||||
Reference in New Issue
Block a user