Fix example

This commit is contained in:
Niklas Keller 2017-12-16 17:46:04 +01:00
parent b5f46e0eaf
commit d57bfecbf5

View File

@ -33,7 +33,7 @@ $responses = wait(parallelMap([
'https://stackoverflow.com/', 'https://stackoverflow.com/',
], function ($url) { ], function ($url) {
return file_get_contents($url); return file_get_contents($url);
}))); }));
``` ```
Further examples can be found in the [`./examples`](examples) directory. Further examples can be found in the [`./examples`](examples) directory.