We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b0b66 commit 8a92db1Copy full SHA for 8a92db1
exercises/practice/palindrome-products/src/lib.rs
@@ -17,6 +17,6 @@ impl Palindrome {
17
18
pub fn palindrome_products(min: u64, max: u64) -> Option<(Palindrome, Palindrome)> {
19
todo!(
20
- "returns the minimum and maximum number of palindromes of the products of two factors in the range {min} to {max}"
+ "returns the minimum palindrome and maximum palindrome of the products of two factors in the range {min} to {max}"
21
);
22
}
0 commit comments