Skip to content

Commit b17254e

Browse files
authored
Fix typo in documentation of i32 wrapping_abs()
1 parent 90aeb53 commit b17254e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/num/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ $EndFeature, "
15731573
the boundary of the type.
15741574
15751575
The only case where such wrapping can occur is when one takes the absolute value of the negative
1576-
minimal value for the type this is a positive value that is too large to represent in the type. In
1576+
minimal value for the type; this is a positive value that is too large to represent in the type. In
15771577
such a case, this function returns `MIN` itself.
15781578
15791579
# Examples

0 commit comments

Comments
 (0)