Skip to content

Commit a85fe11

Browse files
committed
Remove technically-inaccurate sentence
1 parent 60df3c7 commit a85fe11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

design/mvp/Explainer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,8 +947,7 @@ rule of [existential types] (∃T).
947947
When supplying a resource type (imported *or* defined) to a type import via
948948
`instantiate`, type checking performs a substitution, replacing all uses of the
949949
`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:
950+
`with`. For example, the following component validates:
952951
```wasm
953952
(component $P
954953
(import "C1" (component $C1

0 commit comments

Comments
 (0)