We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0aad7d commit 5836efdCopy full SHA for 5836efd
src/doc/reference.md
@@ -1982,7 +1982,7 @@ the namespace hierarchy as it normally would.
1982
## Attributes
1983
1984
```{.ebnf .gram}
1985
-attribute : "#!" ? '[' meta_item ']' ;
+attribute : '#' '!' ? '[' meta_item ']' ;
1986
meta_item : ident [ '=' literal
1987
| '(' meta_seq ')' ] ? ;
1988
meta_seq : meta_item [ ',' meta_seq ] ? ;
0 commit comments