We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60df3c7 commit a85fe11Copy full SHA for a85fe11
design/mvp/Explainer.md
@@ -947,8 +947,7 @@ rule of [existential types] (∃T).
947
When supplying a resource type (imported *or* defined) to a type import via
948
`instantiate`, type checking performs a substitution, replacing all uses of the
949
`import` in the instantiated component with the actual type supplied via
950
-`with`. This means that, from the parent's point of view, the type imports stop
951
-being abstract. For example, the following component validates:
+`with`. For example, the following component validates:
952
```wasm
953
(component $P
954
(import "C1" (component $C1
0 commit comments