Skip to content

Commit 422656b

Browse files
authored
Sync docs for practice exercise nth-prime (exercism#2452)
1 parent 0cd2dc4 commit 422656b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Given a number n, determine what the nth prime is.
44

5-
By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that
6-
the 6th prime is 13.
5+
By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13.
76

8-
If your language provides methods in the standard library to deal with prime
9-
numbers, pretend they don't exist and implement them yourself.
7+
If your language provides methods in the standard library to deal with prime numbers, pretend they don't exist and implement them yourself.

0 commit comments

Comments
 (0)