diff --git a/snippets/isPrime.md b/snippets/isPrime.md index 1906c7d18..a03e070f9 100644 --- a/snippets/isPrime.md +++ b/snippets/isPrime.md @@ -1,6 +1,6 @@ ### isPrime -Checks if the provided intiger is primer number. +Checks if the provided intiger is prime number. Returns `false` if the provided number has positive divisors other than 1 and itself or if the number itself is less than 2.