1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

doc/api: fix typo in function string_cut

This commit is contained in:
Sébastien Helleu
2024-05-31 12:24:33 +02:00
parent b38cf0e9a3
commit d6ffe1857b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -636,7 +636,7 @@ Arguments:
* _string_: string to cut
* _length_: max chars
* _count_suffix_: if 1, the length of suffix is counter in the max length
* _count_suffix_: if 1, the length of suffix is counted in the max length
* _screen_: if 1, the cut is based on width of chars displayed
* _cut_suffix_: the suffix added after the string if it is cut
+1 -1
View File
@@ -676,7 +676,7 @@ Argomenti:
* _string_: string to cut
* _length_: max chars
* _count_suffix_: if 1, the length of suffix is counter in the max length
* _count_suffix_: if 1, the length of suffix is counted in the max length
* _screen_: if 1, the cut is based on width of chars displayed
* _cut_suffix_: the suffix added after the string if it is cut
+1 -1
View File
@@ -654,7 +654,7 @@ char *weechat_string_cut (const char *string, int length, int count_suffix, int
* _string_: string to cut
* _length_: max chars
* _count_suffix_: if 1, the length of suffix is counter in the max length
* _count_suffix_: if 1, the length of suffix is counted in the max length
* _screen_: if 1, the cut is based on width of chars displayed
* _cut_suffix_: the suffix added after the string if it is cut