From 63dc51bd7bbb241f5a2f583c453c29a38776bc44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 12 Sep 2016 21:50:12 +0200 Subject: [PATCH] doc: fix typos in plugin API reference --- doc/en/weechat_plugin_api.en.adoc | 6 +++--- 1 file 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: