Skip to content

Commit

Permalink
Fix capitalize docs
Browse files Browse the repository at this point in the history
Capitalize lower-cases the remaining characters (due to the Ruby function having this behavior); document this, and make minor wording tweaks.
  • Loading branch information
mattflaschen committed Oct 27, 2015
1 parent 143d4aa commit 1421aa4
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 1421aa4

Please sign in to comment.