Merge pull request #541 from mattflaschen/patch-1

Fix capitalize docs
This commit is contained in:
David Schmitt 2015-10-28 10:15:08 +00:00
commit 45ec648cdf

View file

@ -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`