We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30b963c + 208b781 commit cdf4622Copy full SHA for cdf4622
library/core/src/num/int_macros.rs
@@ -1625,7 +1625,7 @@ macro_rules! int_impl {
1625
/// overflow.
1626
///
1627
/// Performs "ternary subtraction" by subtracting both an integer
1628
- /// operandand a borrow-in bit from `self`, and returns a tuple of the
+ /// operand and a borrow-in bit from `self`, and returns a tuple of the
1629
/// difference along with a boolean indicating whether an arithmetic
1630
/// overflow would occur. On overflow, the wrapped value is returned.
1631
0 commit comments