Skip to content

Commit 91b6257

Browse files
authored
Fix interface grammar in top-level use
1 parent 1bd1266 commit 91b6257

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
@@ -747,7 +747,7 @@ convenience:
747747
toplevel-use-item ::= 'use' interface ('as' id)?
748748
749749
interface ::= id
750-
| id ':' id '/' id ('@' integer '.' integer)
750+
| id ':' id '/' id ('@' version)?
751751
```
752752

753753
Here `interface` is the ID used to refer to interfaces. The bare form `id`

0 commit comments

Comments
 (0)