diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-09-12 21:50:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-09-12 21:50:12 +0200 |
commit | 63dc51bd7bbb241f5a2f583c453c29a38776bc44 (patch) | |
tree | eeeea3a447a57b0bdaed28695581c36c9783dda3 /doc | |
parent | 131cc6a2f26682f1b0c9420a82c4976c6b33a892 (diff) | |
download | weechat-63dc51bd7bbb241f5a2f583c453c29a38776bc44.zip |
doc: fix typos in plugin API reference
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 5821deb17..d20976177 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -3588,7 +3588,7 @@ weechat.list_remove(list, item) ==== list_remove_all -Remove all items in a list. +Remove all items from a list. Prototype: @@ -4178,7 +4178,7 @@ This function is not available in scripting API. _WeeChat ≥ 0.3.3._ -Remove an item in a hashtable. +Remove an item from a hashtable. Prototype: @@ -4206,7 +4206,7 @@ This function is not available in scripting API. _WeeChat ≥ 0.3.3._ -Remove all items in a hashtable. +Remove all items from a hashtable. Prototype: |