From ba77bbb5c775663a8b55871f753d7b1b570bb9ba Mon Sep 17 00:00:00 2001 From: h_east Date: Tue, 3 Oct 2023 04:47:13 +0900 Subject: runtime(doc): fix typos. * Fix typo in document (Related: #12516) * Fix E1363 duplication * Fix one more typo. Signed-off-by: Christian Brabandt --- runtime/doc/pattern.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/pattern.txt') diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index 9e048ff64a..4fa26e0431 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -1080,7 +1080,7 @@ match ASCII characters, as indicated by the range. \(\) A pattern enclosed by escaped parentheses. */\(* */\(\)* */\)* E.g., "\(^a\)" matches 'a' at the start of a line. - There can only be ten of these. You can use "\%(" to add more, but + There can only be nine of these. You can use "\%(" to add more, but not counting it as a sub-expression. *E51* *E54* *E55* *E872* *E873* -- cgit v1.2.3