Skip to content

Commit 114a0c5

Browse files
authored
Merge pull request #212 from Mossaka/fix-typo
Add the missing closing backticks
2 parents 3a1d715 + abeb3a9 commit 114a0c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

design/mvp/WIT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ world union-my-world-b {
359359
```
360360

361361
`with` cannot be used to rename IDs, however, so the following world would be invalid:
362+
362363
```wit
363364
package local:demo
364365
@@ -374,6 +375,8 @@ world invalid-union-world {
374375
include my-using-a with { a as b } // invalid: 'a', which is short for 'local:demo/a', is an ID
375376
}
376377
378+
```
379+
377380
### A Note on SubTyping
378381

379382
In the future, when `optional` export is supported, the world author may explicitly mark exports as optional to make a component targeting an included World a subtype of the union World.

0 commit comments

Comments
 (0)