fix typo
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
### isPrime
|
### 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.
|
Returns `false` if the provided number has positive divisors other than 1 and itself or if the number itself is less than 2.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user