You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: design/mvp/WIT.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ world your-world {
207
207
The plain name of an `import` or `export` statement is used as the plain name
208
208
of the final component `import` or `export` definition.
209
209
210
-
In the component model imports to a component either use an plain or interface
210
+
In the component model imports to a component either use a plain or interface
211
211
name, and in WIT this is reflected in the syntax:
212
212
213
213
```wit
@@ -381,7 +381,7 @@ world invalid-union-world {
381
381
382
382
```
383
383
384
-
### A Note on SubTyping
384
+
### A Note on Subtyping
385
385
386
386
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