Skip to content

Commit 45ec648

Browse files
committed
Merge pull request #541 from mattflaschen/patch-1
Fix capitalize docs
2 parents 143d4aa + 1421aa4 commit 45ec648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Requires a single boolean as input. *Type*: rvalue.
188188

189189
#### `capitalize`
190190

191-
Capitalizes the first letter of a string or array of strings. Requires either a single string or an array as an input. *Type*: rvalue.
191+
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.
192192

193193
#### `ceiling`
194194

0 commit comments

Comments
 (0)