Skip to content

Commit cdf4622

Browse files
authored
Rollup merge of #106880 - tspiteri:borrowing-sub-typo, r=cuviper
doc: fix typo
2 parents 30b963c + 208b781 commit cdf4622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/int_macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ macro_rules! int_impl {
16251625
/// overflow.
16261626
///
16271627
/// Performs "ternary subtraction" by subtracting both an integer
1628-
/// operandand a borrow-in bit from `self`, and returns a tuple of the
1628+
/// operand and a borrow-in bit from `self`, and returns a tuple of the
16291629
/// difference along with a boolean indicating whether an arithmetic
16301630
/// overflow would occur. On overflow, the wrapped value is returned.
16311631
///

0 commit comments

Comments
 (0)