From eb2a7d1f8248757fb198fea7e84df9e5d72c805d Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:59:25 +0100 Subject: [PATCH] Update README.md --- subjects/countif/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/countif/README.md b/subjects/countif/README.md index c9c0f1d5..5a62994f 100644 --- a/subjects/countif/README.md +++ b/subjects/countif/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a function `CountIf` that returns the number of elements of a `string` slice for which the `f` function returns `true`. +Write a function `CountIf` that returns, the number of elements of a `string` slice, for which the `f` function returns `true`. ### Expected function