Skip to content

Commit bd6b186

Browse files
bingchen-litgodzik
authored andcommitted
Update indentation.md to fix a typo (scala#23505)
Closes scala#23492 [Cherry-picked 26d1794]
1 parent c3ec6d5 commit bd6b186

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)