From 71a2c55a83cb2c35d24c5383b01e49223593b3dd Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 14 Nov 2022 19:10:51 +0000 Subject: [PATCH] docs(smallest): remove positive numbers constraint --- subjects/smallest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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