From 99b1e0dbcfe58b920b87c194bc8e3601aa95910b Mon Sep 17 00:00:00 2001 From: MSilva95 Date: Wed, 17 Nov 2021 14:02:00 +0000 Subject: [PATCH] changing a number --- subjects/iterators/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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