Skip to content

Commit 9dd2acf

Browse files
committed
Changed wrong/confusing prime factors instructions
1 parent 09ecd5e commit 9dd2acf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

exercises/practice/prime-factors/.docs/instructions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ What are the prime factors of 60?
1717
So let's move on to our next divisor, 3.
1818
- 3 goes cleanly into 15, leaving 5.
1919
- 3 does not go cleanly into 5.
20-
The next possible factor is 4.
21-
- 4 does not go cleanly into 5.
2220
The next possible factor is 5.
2321
- 5 does go cleanly into 5.
2422
- We're left only with 1, so now, we're done.

0 commit comments

Comments
 (0)