Skip to content

Commit 12e6c60

Browse files
committed
Update example wording
1 parent 22b7ebe commit 12e6c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/1-simple-function.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
// in a traditional synchronous environment.
1414
wait(parallelMap([1, 2, 3], 'sleep'));
1515

16-
print 'Took ' . (\microtime(true) - $start) . ' milliseconds.' . \PHP_EOL;
16+
print 'Took ' . (\microtime(true) - $start) . ' seconds.' . \PHP_EOL;

0 commit comments

Comments
 (0)