typo: taht -> that
This commit is contained in:
parent
4195043240
commit
4fb749a401
|
@ -140,7 +140,7 @@ macro_rules! checked_impl_unary {
|
||||||
|
|
||||||
/// Performs negation that returns `None` if the result can't be represented.
|
/// Performs negation that returns `None` if the result can't be represented.
|
||||||
pub trait CheckedNeg: Sized {
|
pub trait CheckedNeg: Sized {
|
||||||
/// Negates a number, returning `None` for results taht can't be represented, like signed `MIN`
|
/// Negates a number, returning `None` for results that can't be represented, like signed `MIN`
|
||||||
/// values that can't be positive, or non-zero unsigned values that can't be negative.
|
/// values that can't be positive, or non-zero unsigned values that can't be negative.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
|
Loading…
Reference in New Issue