diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 9e21e0b3ab3..b04d4cfe16c 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 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].