diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-12 13:42:06 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-12 13:42:06 +0100 |
commit | 71b3115ccb973c168199fecb577989efb6abbdd9 (patch) | |
tree | 98043d41b51c1bf3ba98df6a675a7c445c91aea2 /doc/en | |
parent | af466d85cb87fc0fd76e7b13ce46900d4acdb37f (diff) | |
download | weechat-71b3115ccb973c168199fecb577989efb6abbdd9.zip |
doc: fix typos in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index cda4ed719..7599bee6c 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -1036,7 +1036,7 @@ regex = weechat.string_mask_to_regex("test*mask") # "test.*mask" _WeeChat ≥ 0.3.7._ -Get pointer on string after flags and return mask with flags to compile regular +Get pointer on string after flags and mask with flags to compile regular expression. Prototype: @@ -3353,7 +3353,7 @@ This function is not available in scripting API. _WeeChat ≥ 0.3.4._ -Return 1 if hashtable has key, otherwise 0. +Check if a key is in the hashtable. Prototype: |