From 7fb9f16b40a1dde5bbc0a63310ebbd998d8a4cca Mon Sep 17 00:00:00 2001 From: 0xVergil <220330616+0xVergil@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:17:00 +0000 Subject: [PATCH] Update introduction.md --- exercises/practice/collatz-conjecture/.docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/collatz-conjecture/.docs/introduction.md b/exercises/practice/collatz-conjecture/.docs/introduction.md index c35bdeb6..56c799e4 100644 --- a/exercises/practice/collatz-conjecture/.docs/introduction.md +++ b/exercises/practice/collatz-conjecture/.docs/introduction.md @@ -16,7 +16,7 @@ Curious, you picked number 12 to test and began the journey: 12 ➜ 6 ➜ 3 ➜ 10 ➜ 5 ➜ 16 ➜ 8 ➜ 4 ➜ 2 ➜ 1 -Counting from the second number (6), it took 9 steps to reach 1, and each time the rules repeated, the number kept changing. +Counting from the second number (6), it took 8 steps to reach 1, and each time the rules repeated, the number kept changing. At first, the sequence seemed unpredictable — jumping up, down, and all over. Yet, the conjecture claims that no matter the starting number, we'll always end at 1.