We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 640b36f + 69d3334 commit b8e456fCopy full SHA for b8e456f
library/core/src/num/mod.rs
@@ -1573,7 +1573,7 @@ $EndFeature, "
1573
the boundary of the type.
1574
1575
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
+minimal value for the type; this is a positive value that is too large to represent in the type. In
1577
such a case, this function returns `MIN` itself.
1578
1579
# Examples
0 commit comments