From: Spencer Krum Date: Wed, 11 Sep 2013 22:37:59 +0000 (-0700) Subject: Minor grammar fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6bd2b4874c861c56f25ba924ac3ab20aeb4cebcf;p=puppet-stdlib.git Minor grammar fix --- diff --git a/README.markdown b/README.markdown index f1d281c..6ac1b8a 100644 --- a/README.markdown +++ b/README.markdown @@ -770,7 +770,7 @@ are replaced by a single character. str2bool -------- -This converts a string to a boolean. This attempt to convert strings that +This converts a string to a boolean. This attempts to convert strings that contain things like: y, 1, t, true to 'true' and strings that contain things like: 0, f, n, false, no to 'false'.