Skip to content

Commit bfddb30

Browse files
committed
fix lint errors
1 parent 3924c83 commit bfddb30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/collatz-conjecture/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ It was tied to something called the **Collatz Conjecture**, a puzzle that has ba
77
The rules were deceptively simple.
88
Pick any positive integer:
99

10-
* If it's even, divide it by 2.
11-
* If it's odd, multiply it by 3 and add 1.
10+
- If it's even, divide it by 2.
11+
- If it's odd, multiply it by 3 and add 1.
1212

1313
Then, repeat these steps with the result, continuing indefinitely.
1414

0 commit comments

Comments
 (0)