Skip to content

Commit 2ba8f36

Browse files
authored
Rollup merge of rust-lang#106880 - tspiteri:borrowing-sub-typo, r=cuviper
doc: fix typo
2 parents 611a4ea + fb964a7 commit 2ba8f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/num/int_macros.rs

Lines changed: 1 addition & 1 deletion
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)