mirror of
https://github.com/rzmk/ladderz.git
synced 2025-12-19 06:59:25 +00:00
docs: remove redundant sentence for get_multiples_in_range
This commit is contained in:
parent
563133d635
commit
aa3521288c
1 changed files with 0 additions and 2 deletions
|
|
@ -123,8 +123,6 @@ pub fn is_multiple(x: u32, y: u32) -> bool {
|
|||
|
||||
/// Finds all the multiples of a positive integer `n` up to and including `end` (in the range [n, end]).
|
||||
///
|
||||
/// Returns a `HashSet<u32>` containing all the multiples of a positive integer `n` in the range [n, end].
|
||||
///
|
||||
/// A multiple of `n` is a positive integer `num` where `num` is evenly divisible by `n` (i.e., `num % n == 0`).
|
||||
///
|
||||
/// # Examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue