summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_plugin_api.ja.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-09-01 08:14:42 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-09-01 08:14:42 +0200
commitf0d0612a336ff4fbba76b5501c696694f7ddfd55 (patch)
treeb770add2adc1a6840faf0a4ae453e430766ad762 /doc/ja/weechat_plugin_api.ja.adoc
parent796859b8735a11bad9c6fec86a0ee63452f7b41b (diff)
downloadweechat-f0d0612a336ff4fbba76b5501c696694f7ddfd55.zip
doc: add missing comma in example of function config_new_option (plugin API reference)
Diffstat (limited to 'doc/ja/weechat_plugin_api.ja.adoc')
-rw-r--r--doc/ja/weechat_plugin_api.ja.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc
index 790d00d34..edf9c5830 100644
--- a/doc/ja/weechat_plugin_api.ja.adoc
+++ b/doc/ja/weechat_plugin_api.ja.adoc
@@ -5618,7 +5618,7 @@ option3 = weechat.config_new_option(config_file, section, "option3", "integer",
option4 = weechat.config_new_option(config_file, section, "option4", "string",
"My option, type string",
"", 0, 0, "test", "test", 1,
- "option4_check_value_cb", ""
+ "option4_check_value_cb", "",
"option4_change_cb", "",
"option4_delete_cb", "")