diff --git a/largest-series-product.md b/largest-series-product.md index a3d9d8714f..b0defedbef 100644 --- a/largest-series-product.md +++ b/largest-series-product.md @@ -1,4 +1,3 @@ For example, for the input `'0123456789'`, the largest product for a series of 3 digits is 504 (7 * 8 * 9), and the largest product for a series of 5 digits is 15120 (5 * 6 * 7 * 8 * 9). -For the input `'73167176531330624919225119674426574742355349194934'`, the -largest product is 23520. +For the input `'73167176531330624919225119674426574742355349194934'`, the largest product for a series of 6 digits is 23520.