Browse Source

docs(previousprime) correct grammar

DEV-3198-new-go-exercise-get-digit-len
davhojt 2 years ago committed by Dav Hojt
parent
commit
791ba2ae9d
  1. 4
      subjects/previousprime/README.md

4
subjects/previousprime/README.md

@ -2,9 +2,9 @@
### Instructions
Write a **function** which returns the first prime number which is equal or inferior to the `u64` passed as parameter.
Create a **function** which returns the first prime number which is less than or equal to the `u64` passed as an argument.
If there are no primes inferior to the `u64` passed as parameter the function should return `0`.
If there are no smaller primes, the function should return `0`.
### Expected function

Loading…
Cancel
Save