Skip to content

Commit b87b924

Browse files
committed
Merge pull request #2 from viktorklang/patch-1
Update README.md
2 parents 3eabc75 + 41a47b3 commit b87b924

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
@@ -53,7 +53,7 @@ has finished, we trigger it again, and suspend again.
5353
Finally, we add the results and complete `combined`, which
5454
in turn will release line 5 (unless it had already timed out).
5555

56-
It is important to note that while this code is non-blocking,
56+
It is important to note that while line 1-4 is non-blocking,
5757
it is not parallel. If we wanted to parallelize the two computations,
5858
we could rearrange the code as follows.
5959

0 commit comments

Comments
 (0)