Rollup merge of #106880 - tspiteri:borrowing-sub-typo, r=cuviper

doc: fix typo
This commit is contained in:
Matthias Krüger 2023-01-15 01:01:39 +01:00 committed by GitHub
commit cdf462275a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
///