doc: fix typo
This commit is contained in:
parent
b8f9cb345a
commit
208b781bda
1 changed files with 1 additions and 1 deletions
|
@ -1625,7 +1625,7 @@ macro_rules! int_impl {
|
||||||
/// overflow.
|
/// overflow.
|
||||||
///
|
///
|
||||||
/// Performs "ternary subtraction" by subtracting both an integer
|
/// 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
|
/// difference along with a boolean indicating whether an arithmetic
|
||||||
/// overflow would occur. On overflow, the wrapped value is returned.
|
/// overflow would occur. On overflow, the wrapped value is returned.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue