Skip to content

Commit 7ba35c5

Browse files
Update WIT.md
Co-authored-by: Luke Wagner <mail@lukewagner.name>
1 parent 7fa46cb commit 7ba35c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

design/mvp/WIT.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -978,9 +978,10 @@ enable the feature by default.
978978

979979
Specifically, the syntax for feature gates is:
980980
```wit
981-
gate ::= unstable-gate
982-
| since-gate
983-
| deprecated-gate
981+
gate ::= gate-item*
982+
gate-item ::= unstable-gate
983+
| since-gate
984+
| deprecated-gate
984985
985986
unstable-gate ::= '@unstable' '(' feature-field ')'
986987
since-gate ::= '@since' '(' version-field ( ',' feature-field )? ')'

0 commit comments

Comments
 (0)