Skip to content

Commit 208b781

Browse files
committed
doc: fix typo
1 parent b8f9cb3 commit 208b781

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)