Skip to content

Commit 41a47b3

Browse files
committed
Update README.md
Technically line 5 is very blocking.
1 parent 8a80f44 commit 41a47b3

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)