Update String.capitalize() documentation

(cherry picked from commit fe49b71804)
This commit is contained in:
Pawel Kowal 2016-07-06 10:33:27 +02:00 committed by Rémi Verschelde
parent 2c3511a284
commit d4cb381ce0

View file

@ -35196,7 +35196,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">