Browse Source

fix typo in Readme

pull/2762/head
kallgueye 2 months ago
parent
commit
6c818d6ad8
  1. 2
      subjects/previousprime/README.md

2
subjects/previousprime/README.md

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

Loading…
Cancel
Save