diff --git a/subjects/iterators/README.md b/subjects/iterators/README.md index d067ea58..9a866aa3 100644 --- a/subjects/iterators/README.md +++ b/subjects/iterators/README.md @@ -17,7 +17,7 @@ Given a number `n`, return the number of steps required to reach 1. Examples: -Starting with n = 12, the steps would be as follows: +Starting with n = 16, the steps would be as follows: 0- 16 1- 8