diff options
Diffstat (limited to 'doc/classes/String.xml')
-rw-r--r-- | doc/classes/String.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml index 3acd174196..cffe9e219d 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -531,7 +531,7 @@ [/codeblock] </description> </method> - <method name="length" qualifiers="const"> + <method name="length" qualifiers="const" keywords="size"> <return type="int" /> <description> Returns the number of characters in the string. Empty strings ([code]""[/code]) always return [code]0[/code]. See also [method is_empty]. |