Fixed misspelling

This commit is contained in:
Ryan McAllen
2012-12-04 13:20:18 -05:00
parent 5ad6df7e86
commit 50ef1b10bd

View File

@@ -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