Skip to content

Commit eafc45f

Browse files
committed
Change 'implementing' to 'supporting' as word for what a host does with a world
1 parent 1f7d009 commit eafc45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ maps to the following component type:
951951
```
952952
A component *targeting* `wasi:cli/Command` would thus need to be a *subtype* of
953953
`$Command` (importing a subset of these imports and exporting a superset of
954-
these exports) while a host *implementing* `wasi:cli/Command` would need to be
954+
these exports) while a host *supporting* `wasi:cli/Command` would need to be
955955
a *supertype* of `$Command` (offering a superset of these imports and expecting
956956
to call a subset of these exports).
957957

0 commit comments

Comments
 (0)