We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aad7547 + a893397 commit 245c7fbCopy full SHA for 245c7fb
src/doc/reference.md
@@ -133,7 +133,7 @@ Some productions are defined by exclusion of particular Unicode characters:
133
134
```{.ebnf .gram}
135
comment : block_comment | line_comment ;
136
-block_comment : "/*" block_comment_body * '*' + '/' ;
+block_comment : "/*" block_comment_body * "*/" ;
137
block_comment_body : [block_comment | character] * ;
138
line_comment : "//" non_eol * ;
139
```
0 commit comments