From a5ac694085d1ce8042ba184cdf2826c78afbc520 Mon Sep 17 00:00:00 2001 From: bingchen-li Date: Fri, 11 Jul 2025 17:01:07 +0800 Subject: [PATCH] Update indentation.md Fix a typo --- docs/_docs/reference/other-new-features/indentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/reference/other-new-features/indentation.md b/docs/_docs/reference/other-new-features/indentation.md index 9963d1ee7577..103de5d6797a 100644 --- a/docs/_docs/reference/other-new-features/indentation.md +++ b/docs/_docs/reference/other-new-features/indentation.md @@ -189,7 +189,7 @@ Define for an arbitrary sequence of tokens or non-terminals `TS`: ```ebnf :<<< TS >>> ::= ‘{’ TS ‘}’ - | + | TS ``` Then the grammar changes as follows: ```ebnf