Update example wording

This commit is contained in:
Aaron Piotrowski 2018-10-28 10:29:02 -05:00
parent 22b7ebe300
commit 12e6c602e0
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -13,4 +13,4 @@ $start = \microtime(true);
// in a traditional synchronous environment.
wait(parallelMap([1, 2, 3], 'sleep'));
print 'Took ' . (\microtime(true) - $start) . ' milliseconds.' . \PHP_EOL;
print 'Took ' . (\microtime(true) - $start) . ' seconds.' . \PHP_EOL;