Skip to content

Commit f84735b

Browse files
committed
Fix typo in Type Checking section
Signed-off-by: Daniel Bevenius <[email protected]>
1 parent 8304ec2 commit f84735b

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)