From 8dc30ed978a4faade2aeeba4832e3cfce35a07f7 Mon Sep 17 00:00:00 2001 From: estlop Date: Fri, 8 Jul 2022 07:59:25 +0100 Subject: [PATCH] docs: clarify instructions --- subjects/sumthemall/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/sumthemall/README.md b/subjects/sumthemall/README.md index c72ca2b4..cf402c99 100644 --- a/subjects/sumthemall/README.md +++ b/subjects/sumthemall/README.md @@ -2,7 +2,7 @@ ### Instructions -Create a program that receives a number of arguments representing whole numbers and displays the sum of the total. If there are not enough arguments or there is an overflow display 0 followed by a new line. If the argument is not a number display 0. +Create a program that receives a number of arguments representing whole numbers and displays the sum of the total. If there are not enough arguments or there is an overflow display 0 followed by a new line. If the argument is not a number display 0 followed by a new line. ### Usage