diff --git a/exercises/palindrome-products/description.md b/exercises/palindrome-products/description.md index a4256f2519..57504a8c22 100644 --- a/exercises/palindrome-products/description.md +++ b/exercises/palindrome-products/description.md @@ -4,7 +4,7 @@ A palindromic number is a number that remains the same when its digits are reversed. For example, `121` is a palindromic number but `112` is not. Given a range of numbers, find the largest and smallest palindromes which -are products of numbers within that range. +are products of two numbers within that range. Your solution should return the largest and smallest palindromes, along with the factors of each within the range. If the largest or smallest palindrome has more