Browse Source

docs(previousprime) correct grammar

pull/1113/head
davhojt 3 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 ### 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 ### Expected function

Loading…
Cancel
Save