We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a052680 commit 28e8902Copy full SHA for 28e8902
1 file changed
design/mvp/Async.md
@@ -280,8 +280,8 @@ components uphold their end of the ABI contract. But when the host calls into
280
a component, there is only a `Task` and, symmetrically, when a component calls
281
into the host, there is only a `Subtask`.
282
283
-Based on this, the call stack for a component to host-defined import will be of
284
-the general form:
+Based on this, the call stack when a component calls a host-defined import will
+be a call stack of the general form:
285
```
286
[Host caller] <- [Task] <- [Subtask+Task]* <- [Subtask] <- [Host callee]
287
0 commit comments