Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit ae9672c

Browse files
committed
doc: s/child/parent
As execution happens in post-traversal order I believe it is more accurate to frame this a blocking of parent execution than blocking child execution.
1 parent 0b85a5c commit ae9672c

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
@@ -95,7 +95,7 @@ Module a would need to finish executing before b or c could execute.
9595

9696
### Variant B: top-level `await` does not block sibling execution
9797

98-
In this proposed solution a call to `top-level await` would block execution of child nodes in the graph but would allow siblings to continue to execute.
98+
In this proposed solution a call to `top-level await` would block execution of parent nodes in the graph but would allow siblings to continue to execute.
9999

100100
In this implementation you could consider the following
101101

0 commit comments

Comments
 (0)