From 89cce5082d5d4d94e5c65d6fc527332f75a07af2 Mon Sep 17 00:00:00 2001 From: miguel Date: Thu, 6 Apr 2023 11:55:31 +0100 Subject: [PATCH] fix the error message according to sol --- subjects/devops/division/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/division/README.md b/subjects/devops/division/README.md index b8f7d699..ed048944 100644 --- a/subjects/devops/division/README.md +++ b/subjects/devops/division/README.md @@ -12,7 +12,7 @@ You will need to handle what to do when the inputs are wrong: - If the arguments are not numbers, the output should be `Error: both arguments must be numeric`. -- In the case where the number of arguments are not enough, the output should be `Error: two numbers should be provided`. +- In the case where the number of arguments are not enough, the output should be `Error: two numbers must be provided`. Your script should handle very large numbers as well.