Skip to content

Commit 1f7d009

Browse files
committed
Sync prose with code snippet
1 parent 50c0f0f commit 1f7d009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

design/mvp/Explainer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -939,9 +939,9 @@ default world Command {
939939
export main: "wasi:cli/main"
940940
}
941941
```
942-
where `wasi:filesystem`, `wasi:log` and `wasi:main` are separately defined
943-
interfaces that map to instance types. This "World" definition then maps to the
944-
following component type:
942+
where `wasi:filesystem`, `wasi:cli/console` and `wasi:cli/main` are separately
943+
defined interfaces that map to instance types. This "World" definition then
944+
maps to the following component type:
945945
```
946946
(component $Command
947947
(import "fs" "wasi:filesystem" (instance ... filesystem function exports ...))

0 commit comments

Comments
 (0)