Fix Duration::checked_mul documentation
This commit is contained in:
parent
606cdede0d
commit
07b41b5555
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ impl Duration {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Checked integer multiplication. Computes `self * other`, returning
|
/// Checked duration multiplication. Computes `self * other`, returning
|
||||||
/// `None` if underflow or overflow occurred.
|
/// `None` if underflow or overflow occurred.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue