Skip to content

Commit 99bd42e

Browse files
authored
Fix typo
1 parent 1c605a2 commit 99bd42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $process->send(function () {
4747
// $process->send(function () use ($var1, $var2, ...) { ... });
4848
// since the closure will be processed in another file.
4949
// Write everything you want without outside dependencies here
50-
// In a future version I create communications variables between both processes
50+
// In a future version I will create communications variables between both processes
5151
*/
5252
});
5353

0 commit comments

Comments
 (0)