Browse Source

Update README.md

pull/804/head
Christopher Fremond 3 years ago committed by GitHub
parent
commit
eb2a7d1f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/countif/README.md

2
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

Loading…
Cancel
Save