summaryrefslogtreecommitdiffstats
path: root/runtime/doc/pattern.txt
diff options
context:
space:
mode:
authorh_east <h.east.727@gmail.com>2023-10-03 04:47:13 +0900
committerGitHub <noreply@github.com>2023-10-02 21:47:13 +0200
commitba77bbb5c775663a8b55871f753d7b1b570bb9ba (patch)
tree323ec37bead65ca92fb42fc376b2e07b41a23efb /runtime/doc/pattern.txt
parentb32064fedbeb689ecb0481e9473cb7b87d5bb805 (diff)
runtime(doc): fix typos.
* Fix typo in document (Related: #12516) * Fix E1363 duplication * Fix one more typo. Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/pattern.txt')
-rw-r--r--runtime/doc/pattern.txt2
1 files changed, 1 insertions, 1 deletions
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*