diff --git a/subjects/map/README.md b/subjects/map/README.md index 63c0966f..3552927b 100644 --- a/subjects/map/README.md +++ b/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