diff --git a/subjects/canyoucount/README.md b/subjects/canyoucount/README.md index 7698c084..b01b548a 100644 --- a/subjects/canyoucount/README.md +++ b/subjects/canyoucount/README.md @@ -2,7 +2,7 @@ ### Instructions -Your program will receive some arguments. Count how many characters they have in total and print them. +Your program will receive some arguments. Count how many characters they have in total and print them. - If the number of arguments is invalid it should print `0`.