diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-04-28 07:32:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-04-28 07:32:01 +0200 |
commit | b0aa0d3602cae4580a570a9608ce12f65373c220 (patch) | |
tree | 2da74885e8d4eff9a525d6dec53afa0763059aba /doc/en | |
parent | e65d17eaf66e97f6b81785a29aaa1ede72a67b56 (diff) | |
download | weechat-b0aa0d3602cae4580a570a9608ce12f65373c220.zip |
doc: fix typo in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc index a9789cb1f..80444f1e5 100644 --- a/doc/en/weechat_plugin_api.en.asciidoc +++ b/doc/en/weechat_plugin_api.en.asciidoc @@ -2218,7 +2218,7 @@ Arguments: * 'string': string * 'length': max number of UTF-8 chars to check; if ≤ 0, the whole string is checked _(WeeChat ≥ 1.4)_ -* 'error': if not NULL, '*error*' is set with pointer to first non valid UTF-8 +* 'error': if not NULL, '*error' is set with pointer to first non valid UTF-8 char in string, if any Return value: |