Skip to content

Commit a9f4989

Browse files
authored
Update WIT.md
adds closing single quote
1 parent ded219e commit a9f4989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/WIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func-item ::= id ':' 'func' param-list '->' result-list
156156
param-list ::= '(' named-type-list ')'
157157
158158
result-list ::= ty
159-
| '(' named-type-list ')
159+
| '(' named-type-list ')'
160160
161161
named-type-list ::= nil
162162
| named-type ( ',' named-type )*

0 commit comments

Comments
 (0)