summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-10-31 14:09:25 +0100
committerSébastien Helleu <flashcode@flashtux.org>2017-10-31 14:09:25 +0100
commit42d98a686549e0e1056de23408b0b25075e42fe8 (patch)
treeeaacfbf55f8fcf6a1b7d060d2a9ff2f5a55014f8 /doc/en
parent093af02f0c57f53c5678cb416aa691ad50d4a841 (diff)
downloadweechat-42d98a686549e0e1056de23408b0b25075e42fe8.zip
doc: fix typo in user's guide
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index 5c75884a6..061b188af 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -3561,7 +3561,7 @@ Matching groups can be used in "replace":
* `+${re:0}+` to `+${re:99}+`: `+${re:0}+` is the whole match, `+${re:1}+` to
`+${re:99}+` are groups captured
-* `+${re:+}+`: the last match (with highest number)
+* `+${re:+++}+`: the last match (with highest number)
* `+${hide:c,${re:N}}+`: match "N" with all chars replaced by "c"
(example: `+${hide:*,${re:2}}+` is the group #2 with all chars replaced by
`+*+`).