Skip to content

Commit 8a92db1

Browse files
authored
palindrome-products: improve inaccurate comment (#2013)
1 parent 25b0b66 commit 8a92db1

File tree

1 file changed

+1
-1
lines changed
  • exercises/practice/palindrome-products/src

1 file changed

+1
-1
lines changed

exercises/practice/palindrome-products/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ impl Palindrome {
1717

1818
pub fn palindrome_products(min: u64, max: u64) -> Option<(Palindrome, Palindrome)> {
1919
todo!(
20-
"returns the minimum and maximum number of palindromes of the products of two factors in the range {min} to {max}"
20+
"returns the minimum palindrome and maximum palindrome of the products of two factors in the range {min} to {max}"
2121
);
2222
}

0 commit comments

Comments
 (0)