Skip to content

Commit

Permalink
Merge pull request #541 from mattflaschen/patch-1
Browse files Browse the repository at this point in the history
Fix capitalize docs
  • Loading branch information
DavidS committed Oct 28, 2015
2 parents 143d4aa + 1421aa4 commit 45ec648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 45ec648

Please sign in to comment.