From 50ef1b10bd2d737dd0344750387cf8f449c71460 Mon Sep 17 00:00:00 2001 From: Ryan McAllen Date: Tue, 4 Dec 2012 13:20:18 -0500 Subject: [PATCH] Fixed misspelling --- pages/Functional-Programming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Functional-Programming.md b/pages/Functional-Programming.md index 6d129c3..f9dc9a0 100644 --- a/pages/Functional-Programming.md +++ b/pages/Functional-Programming.md @@ -71,7 +71,7 @@ print_r($output); // items > 3 {% endhighlight %} Each filter function in the family accepts only elements greater than some minimum value. Single filter returned by -`criteria_greater_than` is a closure whith `$min` argument closed by the value in the scope (given as an argument when +`criteria_greater_than` is a closure with `$min` argument closed by the value in the scope (given as an argument when `criteria_greater_than` is called). Early binding is used by default for importing `$min` variable into the created function. For true closures with late