Skip to content

Commit 28e8902

Browse files
refactor: callstack sentence
1 parent a052680 commit 28e8902

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

design/mvp/Async.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ components uphold their end of the ABI contract. But when the host calls into
280280
a component, there is only a `Task` and, symmetrically, when a component calls
281281
into the host, there is only a `Subtask`.
282282

283-
Based on this, the call stack for a component to host-defined import will be of
284-
the general form:
283+
Based on this, the call stack when a component calls a host-defined import will
284+
be a call stack of the general form:
285285
```
286286
[Host caller] <- [Task] <- [Subtask+Task]* <- [Subtask] <- [Host callee]
287287
```

0 commit comments

Comments
 (0)