Fix typo in documentation

This commit is contained in:
Gioacchino Mazzurco 2018-11-01 23:44:44 +01:00
parent 7aaf29c3de
commit f6b22d25da
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -265,7 +265,7 @@ public:
* Execute given function on another thread without blocking the caller
* execution.
* This can be generalized with variadic template, ATM it is enough to wrap
* any kind of function call or job into a lamba which get no paramethers
* any kind of function call or job into a lambda which get no paramethers
* and return nothing but can capture
* This can be easly optimized later by using a thread pool
*/