Skip to content

Commit 1472627

Browse files
authored
fix typo (#230)
1 parent c7cbe7f commit 1472627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design/mvp/WIT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ world world-one { import a: func() }
348348
world world-two { import a: func() }
349349
350350
world union-my-world-a {
351-
include foo
352-
include bar with { a as b }
351+
include world-one
352+
include world-two with { a as b }
353353
}
354354
355355
world union-my-world-b {

0 commit comments

Comments
 (0)