mirror of
https://github.com/rzmk/ladderz.git
synced 2025-12-19 06:59:25 +00:00
docs: rewrite initial sentence for get_multiples_in_range
This commit is contained in:
parent
a8261965a6
commit
aefec90457
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ pub fn is_multiple(x: u32, y: u32) -> bool {
|
||||||
x % y == 0
|
x % y == 0
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns a HashSet containing all the multiples of a positive integer `n` in the range [n, end].
|
/// Finds all the multiples of a positive integer `n` up to and including `end` (in the range [n, end]).
|
||||||
///
|
///
|
||||||
/// # Challenge
|
/// # Challenge
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue