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 6f35f4a commit 26d1794Copy full SHA for 26d1794
docs/_docs/reference/other-new-features/indentation.md
@@ -189,7 +189,7 @@ Define for an arbitrary sequence of tokens or non-terminals `TS`:
189
190
```ebnf
191
:<<< TS >>> ::= ‘{’ TS ‘}’
192
- | <colon> <indent" TS <outdent>
+ | <colon> <indent> TS <outdent>
193
```
194
Then the grammar changes as follows:
195
0 commit comments