From 4fad8d25cae143c4d3979f7f18abdb259ae49de2 Mon Sep 17 00:00:00 2001 From: jrosendo Date: Mon, 21 Nov 2022 15:08:01 +0000 Subject: [PATCH] docs(canyoucount): ran prettier format --- subjects/canyoucount/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.