aboutsummaryrefslogtreecommitdiff
path: root/core/ustring.h
diff options
context:
space:
mode:
authorvolzhs2016-09-30 03:28:05 +0900
committervolzhs2016-09-30 03:28:05 +0900
commitc333659ebcdf41851761ebd3d8edc8e5e822164e (patch)
treee182360d8ac41b1df9af226df10652940adfdeb0 /core/ustring.h
parentcb7661df942cfb423c5fe5090c1c114489905c34 (diff)
downloadgodot-c333659ebcdf41851761ebd3d8edc8e5e822164e.tar.gz
godot-c333659ebcdf41851761ebd3d8edc8e5e822164e.tar.zst
godot-c333659ebcdf41851761ebd3d8edc8e5e822164e.zip
Diffstat (limited to 'core/ustring.h')
-rw-r--r--core/ustring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ustring.h b/core/ustring.h
index bb57b11d8..09d13a9e6 100644
--- a/core/ustring.h
+++ b/core/ustring.h
@@ -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;