summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-16 14:11:41 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-16 14:11:41 +0100
commitaec1c309255840456046bdf2b75277d9f8c08638 (patch)
tree8b6b7ae5964a081969f36eaac37d9c16dc37925d /documentation
parent6bb7e511e305c02a8dabec7b2d51db93b9877468 (diff)
fixed typos in lambda function documentation
Diffstat (limited to 'documentation')
-rw-r--r--documentation/lambda-functions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/lambda-functions.html b/documentation/lambda-functions.html
index 51fd5a6..8014b2a 100644
--- a/documentation/lambda-functions.html
+++ b/documentation/lambda-functions.html
@@ -1,6 +1,6 @@
<h1>Lambda functions</h1>
<p>
- C++ and PHP both support lambda functions or anonumous functions (in
+ C++ and PHP both support lambda functions or anonymous functions (in
the C++ world the word 'lambda' is most used, PHP people speak about
'anonymous functions'). With PHP-CPP you can pass these functions
from one language to the other. It is possible to call an anonymous