diff --git a/Functional Programming/Operations on Collections/Exercise 2/task.md b/Functional Programming/Operations on Collections/Exercise 2/task.md index f54aed41..e22555cf 100644 --- a/Functional Programming/Operations on Collections/Exercise 2/task.md +++ b/Functional Programming/Operations on Collections/Exercise 2/task.md @@ -1,4 +1,5 @@ ## Operations on Collections (#2) -Implement the `operation` lambda body so that the predicates in the example -produced the specified results. \ No newline at end of file +The starter code contains a skeleton for a lambda named `operation` which is +used as a predicate in several function calls on a `List`. Implement +`operation` so the function calls produce the specified results.