summaryrefslogtreecommitdiff
path: root/doc/base
diff options
context:
space:
mode:
authorPawel Kowal <pkowal1982@gmail.com>2016-07-06 10:33:27 +0200
committerPawel Kowal <pkowal1982@gmail.com>2016-07-06 10:33:27 +0200
commitfe49b7180420eb8dafe4ced86de7168a34c292b9 (patch)
tree5589b25fe3dd284689fbb1027805631e3f0c3352 /doc/base
parent4316a17c02383c8a07966dde6c8ed9d65a55a8b0 (diff)
Update String.capitalize() documentation
Diffstat (limited to 'doc/base')
-rw-r--r--doc/base/classes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 9e21e0b3ab..b04d4cfe16 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -37689,7 +37689,7 @@ A similar effect may be achieved moving this node's descendants.
<return type="String">
</return>
<description>
- Return the string in uppercase.
+ Change the case of some letters. Replace underscores with spaces, convert all letters to lowercase then capitalize first and every letter following the space character. For [code]capitalize camelCase mixed_with_underscores[/code] it will return [code]Capitalize Camelcase Mixed With Underscores[/code].
</description>
</method>
<method name="casecmp_to">