diff options
Diffstat (limited to 'doc/en/weechat_scripting.en.txt')
-rw-r--r-- | doc/en/weechat_scripting.en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_scripting.en.txt b/doc/en/weechat_scripting.en.txt index 208d9a190..69f2430e2 100644 --- a/doc/en/weechat_scripting.en.txt +++ b/doc/en/weechat_scripting.en.txt @@ -752,7 +752,7 @@ else: ---------------------------------------- [NOTE] -Versions < = 0.3.1.1 return empty string for 'info_get("version_number")' so you +Versions ≤ 0.3.1.1 return empty string for 'info_get("version_number")' so you must check that value returned is *not* empty. To get version as string: |