Fix docs for uX::checked_next_multiple_of
This commit is contained in:
parent
371f3cd3fe
commit
56bb6f5a25
1 changed files with 2 additions and 1 deletions
|
@ -1927,7 +1927,8 @@ macro_rules! uint_impl {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Calculates the smallest value greater than or equal to `self` that
|
/// Calculates the smallest value greater than or equal to `self` that
|
||||||
/// is a multiple of `rhs`. If `rhs` is negative,
|
/// is a multiple of `rhs`. Returns `None` is `rhs` is zero or the
|
||||||
|
/// operation would result in overflow.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Reference in a new issue