]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Minor grammar fix
authorSpencer Krum <krum.spencer@gmail.com>
Wed, 11 Sep 2013 22:37:59 +0000 (15:37 -0700)
committerSpencer Krum <krum.spencer@gmail.com>
Wed, 11 Sep 2013 22:37:59 +0000 (15:37 -0700)
README.markdown

index f1d281cc1c5b03e3ca3b93a37da74d9ebb71126b..6ac1b8ae0c4d80633058720a18dc1f13801ad76e 100644 (file)
@@ -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'.