Skip to content

Commit

Permalink
fix typo in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kalamou4 committed Oct 5, 2024
1 parent e62a3cd commit 6c818d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/previousprime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 6c818d6

Please sign in to comment.