Skip to content

Commit 26d1794

Browse files
authored
Update indentation.md to fix a typo (#23505)
Closes #23492
1 parent 6f35f4a commit 26d1794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/reference/other-new-features/indentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Define for an arbitrary sequence of tokens or non-terminals `TS`:
189189

190190
```ebnf
191191
:<<< TS >>> ::= ‘{’ TS ‘}’
192-
| <colon> <indent" TS <outdent>
192+
| <colon> <indent> TS <outdent>
193193
```
194194
Then the grammar changes as follows:
195195
```ebnf

0 commit comments

Comments
 (0)