Fix typo in documentation of i32 wrapping_abs()

This commit is contained in:
JR Heard 2020-08-22 22:21:03 -07:00 committed by GitHub
parent e482c86b9d
commit 69d3334adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1573,7 +1573,7 @@ $EndFeature, "
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