diff options
author | David Schmitt <david.schmitt@puppetlabs.com> | 2015-10-28 10:15:08 +0000 |
---|---|---|
committer | David Schmitt <david.schmitt@puppetlabs.com> | 2015-10-28 10:15:08 +0000 |
commit | 45ec648cdf2e1eea6b9462d1da1128e4776a6739 (patch) | |
tree | 5f436567bab116bbb69ed7c8d75bac86f119d860 | |
parent | 143d4aa7be9bb5c6cf2d0aa090259fe52a0c6a5c (diff) | |
parent | 1421aa4a87e557957bc528b63aea6748f86af120 (diff) |
Merge pull request #541 from mattflaschen/patch-1
Fix capitalize docs
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 67b2b17..57a62b6 100644 --- a/README.markdown +++ b/README.markdown @@ -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` |