Skip to content

Commit 8a65664

Browse files
authored
Update version to valid-semver in interface grammar
1 parent adaf406 commit 8a65664

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
@@ -744,7 +744,7 @@ convenience:
744744
toplevel-use-item ::= 'use' interface ('as' id)?
745745
746746
interface ::= id
747-
| id ':' id '/' id ('@' version)?
747+
| id ':' id '/' id ('@' valid-semver)?
748748
```
749749

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

0 commit comments

Comments
 (0)