From 12a28bb3c2259c605e162608de3c00c4648fb776 Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:00:27 +0100 Subject: [PATCH] Update README.md --- subjects/numofdigits/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/numofdigits/README.md b/subjects/numofdigits/README.md index 38854d97..16a1ef0a 100644 --- a/subjects/numofdigits/README.md +++ b/subjects/numofdigits/README.md @@ -3,7 +3,7 @@ ### Instructions Write a function that returns the number of digits in a nonnegative integer n. -- if the number is negative input returns 0. +- if the number is negative returns 0. ### Expected function