diff --git a/subjects/smallest/README.md b/subjects/smallest/README.md index 1b861084..157c34c4 100644 --- a/subjects/smallest/README.md +++ b/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