Fix typo for word_wrap
This commit is contained in:
parent
cb7661df94
commit
c333659ebc
4 changed files with 5 additions and 5 deletions
|
|
@ -3173,7 +3173,7 @@ bool String::is_valid_identifier() const {
|
|||
|
||||
//kind of poor should be rewritten properly
|
||||
|
||||
String String::world_wrap(int p_chars_per_line) const {
|
||||
String String::word_wrap(int p_chars_per_line) const {
|
||||
|
||||
int from=0;
|
||||
int last_space=0;
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ public:
|
|||
String c_escape() const;
|
||||
String c_unescape() const;
|
||||
String json_escape() const;
|
||||
String world_wrap(int p_chars_per_line) const;
|
||||
String word_wrap(int p_chars_per_line) const;
|
||||
|
||||
String percent_encode() const;
|
||||
String percent_decode() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue