Skip to content

Commit fdc4997

Browse files
authored
Fix double-semicolon grammar on resource methods (#268)
Closes #267
1 parent 9c43f51 commit fdc4997

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
@@ -1194,7 +1194,7 @@ Specifically, the syntax for a `resource` definition is:
11941194
```ebnf
11951195
resource-item ::= 'resource' id ';'
11961196
| 'resource' id '{' resource-method* '}'
1197-
resource-method ::= func-item ';'
1197+
resource-method ::= func-item
11981198
| id ':' 'static' func-type ';'
11991199
| 'constructor' param-list ';'
12001200
```

0 commit comments

Comments
 (0)