Update README.md

This commit is contained in:
Christopher Fremond 2021-07-02 18:59:25 +01:00 committed by GitHub
parent 1a94005041
commit eb2a7d1f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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