Browse Source

Update README.md

Small grammatical change.
pull/865/head
Pav01Founders 3 years ago committed by GitHub
parent
commit
f92c7dcfae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/map/README.md

2
subjects/map/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function `Map` that, for an `int` slice, applies a function of this type `func(int) bool` on each elements of that slice and returns a slice of all the return values.
Write a function `Map` that, for an `int` slice, applies a function of this type `func(int) bool` on each element of that slice and returns a slice of all the return values.
### Expected function

Loading…
Cancel
Save