Skip to content

Commit

Permalink
fix typo (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
liigo authored Aug 16, 2023
1 parent c7cbe7f commit 1472627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design/mvp/WIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ world world-one { import a: func() }
world world-two { import a: func() }
world union-my-world-a {
include foo
include bar with { a as b }
include world-one
include world-two with { a as b }
}
world union-my-world-b {
Expand Down

0 comments on commit 1472627

Please sign in to comment.