From 3451bd9fdecceab9bce99570a69369737589b9e8 Mon Sep 17 00:00:00 2001 From: Michael Watters Date: Mon, 19 Dec 2016 12:23:36 -0500 Subject: Change - Update str2bool documentation Updated documentation for this function to be consistent with the function itself. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 5aea25f..a4c30b5 100644 --- a/README.markdown +++ b/README.markdown @@ -1079,7 +1079,7 @@ Returns a new string where runs of the same character that occur in this set are #### `str2bool` -Converts certain strings to a boolean. This attempts to convert strings that contain the values '1', 't', 'y', or 'yes' to true. Strings that contain values '0', 'f', 'n', or 'no', or that are an empty string or undefined are converted to false. Any other value causes an error. *Type*: rvalue. +Converts certain strings to a boolean. This attempts to convert strings that contain the values '1', 'true', 't', 'y', or 'yes' to true. Strings that contain values '0', 'false', 'f', 'n', or 'no', or that are an empty string or undefined are converted to false. Any other value causes an error. These checks are case insensitive. *Type*: rvalue. #### `str2saltedsha512` -- cgit v1.2.3