Skip to content

Commit 268abd9

Browse files
authored
Update README.md
1 parent be8c76a commit 268abd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It doesn't really matter if it is run synchronously or asynchronously. But what
2020
That's easy, just spawn a process, give it the function, and have the process send you a message when it is done.
2121
What if you don't want to wait for the answer? If you don't want to wait for the answer, then don't wait.
2222
Summary:
23-
* If you pass a function to some other piece of code, yjrm it can be run synchronously or asynchronously.
23+
* If you pass a function to some other piece of code, it can be run synchronously or asynchronously.
2424
* If you need an immediate result, then it's either run in-process (synchronous), or in another process, but you'll need to wait.
2525
* You decide when to wait, and what to wait for. You can ignore waiting, or combine waits, etc.
2626
* Data is immutable, so the function can't change your context that the function was created in.

0 commit comments

Comments
 (0)