Skip to content

Commit fc877ee

Browse files
committed
Add missing >
1 parent 95abbc8 commit fc877ee

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
@@ -459,7 +459,7 @@ functype ::= (func <paramlist> <resultlist>)
459459
paramlist ::= (param <name> <valtype>)*
460460
| (param <valtype>)
461461
resultlist ::= (result <name> <valtype>)*
462-
| (result <valtype)
462+
| (result <valtype>)
463463
componenttype ::= (component <componentdecl>*)
464464
instancetype ::= (instance <instancedecl>*)
465465
componentdecl ::= <importdecl>

0 commit comments

Comments
 (0)