Fix capitalize docs
Capitalize lower-cases the remaining characters (due to the Ruby function having this behavior); document this, and make minor wording tweaks.
This commit is contained in:
parent
143d4aa7be
commit
1421aa4a87
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ Requires a single boolean as input. *Type*: rvalue.
|
|||
|
||||
#### `capitalize`
|
||||
|
||||
Capitalizes the first letter of a string or array of strings. Requires either a single string or an array as an input. *Type*: rvalue.
|
||||
Capitalizes the first character of a string or array of strings, and lower-cases the remaining characters of each string. Requires either a single string or an array as an input. *Type*: rvalue.
|
||||
|
||||
#### `ceiling`
|
||||
|
||||
|
|
Loading…
Reference in a new issue