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/ja | |
parent | e65d17eaf66e97f6b81785a29aaa1ede72a67b56 (diff) | |
download | weechat-b0aa0d3602cae4580a570a9608ce12f65373c220.zip |
doc: fix typo in plugin API reference
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc index 49e93bbe3..1c922bc78 100644 --- a/doc/ja/weechat_plugin_api.ja.asciidoc +++ b/doc/ja/weechat_plugin_api.ja.asciidoc @@ -2219,7 +2219,7 @@ int weechat_utf8_is_valid (const char *string, int length, char **error); * 'string': 文字列 * 'length': 確認する UTF-8 文字の最大文字数; これを 0 以下に設定した場合、文字列中のすべての文字を確認します _(WeeChat バージョン 1.4 以上で利用可)_ -* 'error': NULL でない場合は '*error*' +* 'error': NULL でない場合は '*error' は文字列に含まれる最初の妥当でない UTF-8 文字へのポインタ 戻り値: |