summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorSpencer Krum <krum.spencer@gmail.com>2013-09-11 15:37:59 -0700
committerSpencer Krum <krum.spencer@gmail.com>2013-09-11 15:37:59 -0700
commit6bd2b4874c861c56f25ba924ac3ab20aeb4cebcf (patch)
treef5e246770b1358e95bee54f96cf140857fd3db8a /README.markdown
parent4687b25470159527e482bad22a9f82f3bd2370b6 (diff)
Minor grammar fix
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
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'.