From d6386cd36406024422416d11cdff600ccdc6a708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 21 Mar 2024 22:43:35 +0100 Subject: doc/api: fix style in example `${re:+}` --- doc/en/weechat_plugin_api.en.adoc | 2 +- doc/fr/weechat_plugin_api.fr.adoc | 2 +- doc/it/weechat_plugin_api.it.adoc | 2 +- doc/ja/weechat_plugin_api.ja.adoc | 2 +- doc/sr/weechat_plugin_api.sr.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 847034a3d..a8c7cfab2 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -3145,7 +3145,7 @@ expanded to last): >> `+${re:2}+` + == `+test2+` + + - >> `+${re:+}+` + + >> `pass:[${re:+}]` + == `+test2+` + + >> `+${re:#}+` + diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index fcb51f3d3..d9ec479d0 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -3201,7 +3201,7 @@ première étendue à la dernière) : >> `+${re:2}+` + == `+test2+` + + - >> `+${re:+}+` + + >> `pass:[${re:+}]` + == `+test2+` + + >> `+${re:#}+` + diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index ab928cc64..915bf41a5 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -3296,7 +3296,7 @@ expanded to last): >> `+${re:2}+` + == `+test2+` + + - >> `+${re:+}+` + + >> `pass:[${re:+}]` + == `+test2+` + + >> `+${re:#}+` + diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index e4e1677b1..2482d38e4 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -3245,7 +3245,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio >> `+${re:2}+` + == `+test2+` + + - >> `+${re:+}+` + + >> `pass:[${re:+}]` + == `+test2+` + + >> `+${re:#}+` + diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index 3aaecc754..95238c8e7 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -3034,7 +3034,7 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio >> `+${re:2}+` + == `+test2+` + + - >> `+${re:+}+` + + >> `pass:[${re:+}]` + == `+test2+` + + >> `+${re:#}+` + -- cgit v1.2.3