mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 02:33:55 +00:00
Fix docs for uX::checked_next_multiple_of
This commit is contained in:
parent
371f3cd3fe
commit
56bb6f5a25
@ -1927,7 +1927,8 @@ macro_rules! uint_impl {
|
||||
}
|
||||
|
||||
/// 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
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user