Minor spelling fix

This commit is contained in:
msakuta 2016-07-19 16:19:35 -04:00
parent 7629853586
commit 15e2c23eea

View File

@ -196,7 +196,7 @@ Lambda Expressions
exp := '@' '(' paramlist ')' exp exp := '@' '(' paramlist ')' exp
Lambda expressions are a synctactic sugar to quickly define a function that consists of a single expression. Lambda expressions are a syntactic sugar to quickly define a function that consists of a single expression.
This feature comes handy when functional programming patterns are applied, like map/reduce or passing a compare method to This feature comes handy when functional programming patterns are applied, like map/reduce or passing a compare method to
array.sort(). array.sort().