From 15e2c23eea330b385e8c924e4122138674de32fd Mon Sep 17 00:00:00 2001 From: msakuta Date: Tue, 19 Jul 2016 16:19:35 -0400 Subject: [PATCH] Minor spelling fix --- doc/source/reference/language/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/reference/language/functions.rst b/doc/source/reference/language/functions.rst index c66fc24..4323d61 100644 --- a/doc/source/reference/language/functions.rst +++ b/doc/source/reference/language/functions.rst @@ -196,7 +196,7 @@ Lambda Expressions 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 array.sort().