We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e482c86 commit 69d3334Copy full SHA for 69d3334
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