From 1421aa4a87e557957bc528b63aea6748f86af120 Mon Sep 17 00:00:00 2001 From: Matt Flaschen Date: Tue, 27 Oct 2015 18:09:18 -0400 Subject: Fix capitalize docs Capitalize lower-cases the remaining characters (due to the Ruby function having this behavior); document this, and make minor wording tweaks. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') 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` -- cgit v1.2.3