Skip to content

Commit 2c004ec

Browse files
committed
Fix bug in example in Explainer.md
1 parent 19bf7f6 commit 2c004ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

design/mvp/Explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ declarators to be used by subsequent declarators in the type:
869869
```wat
870870
(component
871871
(import "fancy-fs" (instance $fancy-fs
872-
(export $fs "fs" (instance
872+
(export "fs" (instance $fs
873873
(export "file" (type (sub resource)))
874874
;; ...
875875
))

0 commit comments

Comments
 (0)