From 97954893e0f4ebb3ab751cd624d6f7d148cc81bb Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Tue, 12 Nov 2019 14:58:56 -0700 Subject: [PATCH] Update task.md --- .../Operations on Collections/Exercise 2/task.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.