mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
Rollup merge of #106880 - tspiteri:borrowing-sub-typo, r=cuviper
doc: fix typo
This commit is contained in:
commit
cdf462275a
@ -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.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user