From aec1c309255840456046bdf2b75277d9f8c08638 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Fri, 16 Jan 2015 14:11:41 +0100 Subject: fixed typos in lambda function documentation --- documentation/lambda-functions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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 @@

Lambda functions

- 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 -- cgit v1.2.3