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