Skip to content

Commit

Permalink
Rollup merge of #106880 - tspiteri:borrowing-sub-typo, r=cuviper
Browse files Browse the repository at this point in the history
doc: fix typo
  • Loading branch information
matthiaskrgr committed Jan 15, 2023
2 parents 30b963c + 208b781 commit cdf4622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/num/int_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ macro_rules! int_impl {
/// overflow.
///
/// Performs "ternary subtraction" by subtracting both an integer
/// 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
/// difference along with a boolean indicating whether an arithmetic
/// overflow would occur. On overflow, the wrapped value is returned.
///
Expand Down

0 comments on commit cdf4622

Please sign in to comment.