Browse Source

docs(smallest): remove positive numbers constraint

DEV-3972-prepare-blockchain-branch-subjects
eslopfer 2 years ago
parent
commit
71a2c55a83
  1. 2
      subjects/smallest/README.md

2
subjects/smallest/README.md

@ -2,7 +2,7 @@
### Instructions
Create a function named `smallest` that gets the smallest positive number in the `HashMap`.
Create a function named `smallest` that gets the smallest number in the `HashMap`.
### Expected Function

Loading…
Cancel
Save