Skip to content

Commit 69d3334

Browse files
authoredAug 23, 2020
Fix typo in documentation of i32 wrapping_abs()
1 parent e482c86 commit 69d3334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/core/src/num/mod.rs

+1-1
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)
Please sign in to comment.