diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-23 21:12:02 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-03-23 21:12:02 +0100 |
commit | 0d8ced6c3284bea72ef78faa27e13ec698c520dc (patch) | |
tree | 1820ccc5ad1828ec5791965edfb8cb1e7544ecfc /doc/pl | |
parent | db28e2133d89962863737b935b9a855060441549 (diff) | |
download | weechat-0d8ced6c3284bea72ef78faa27e13ec698c520dc.zip |
doc: use unicode symbol for greater-than or equal to
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_scripting.pl.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/weechat_scripting.pl.adoc b/doc/pl/weechat_scripting.pl.adoc index 3b5ca8efb..c90825722 100644 --- a/doc/pl/weechat_scripting.pl.adoc +++ b/doc/pl/weechat_scripting.pl.adoc @@ -889,7 +889,7 @@ Przykłady: weechat.prnt("", "witaj") # wyświetl "witaj" w głównym buforze, ale nie zapisuj tego do pliku z logiem -# (tylko wersje >= 0.3.3) +# (tylko wersje ≥ 0.3.3) weechat.prnt_date_tags("", 0, "no_log", "witaj") # wyświetl "==>" przed wiadomością "witaj" w obecnym buforze |