From 49d2843ce6d8247c98d7352fc58d28afb895e4c0 Mon Sep 17 00:00:00 2001 From: bingchen-li Date: Fri, 11 Jul 2025 20:26:17 +0800 Subject: [PATCH] Update indentation.md to fix a typo (#23505) Closes #23492 [Cherry-picked 26d17941780339a5e92f5a63f86c977775879aa9] --- 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