summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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