Skip to content

Commit 093579d

Browse files
authored
Merge pull request #202 from danbev/explainer-type-checking-typo
Fix typo in Type Checking section
2 parents 8304ec2 + f84735b commit 093579d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ bind a fresh abstract type. For example, in the following component:
930930
all four types aliases in the outer component are unequal, reflecting the fact
931931
that each instance of `$C` generates two fresh resource types.
932932

933-
If a single resource type definition is exported greater than once, the exports
933+
If a single resource type definition is exported more than once, the exports
934934
after the first are equality-bound to the first export. For example, the
935935
following component:
936936
```wasm

0 commit comments

Comments
 (0)