Skip to content

Commit bf3171a

Browse files
fix: prose host defined imports explanation prose
Co-authored-by: Luke Wagner <mail@lukewagner.name>
1 parent fb4ca90 commit bf3171a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

design/mvp/Async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ a component, there is only a `Task` and, symmetrically, when a component calls
281281
into the host, there is only a `Subtask`.
282282

283283
Based on this, the call stack when a component calls a host-defined import will
284-
be a call stack of the general form:
284+
have the general form:
285285
```
286286
[Host]
287287
↓ host calls component export

0 commit comments

Comments
 (0)