summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorchocolateboy <chocolate@cpan.org>2018-06-08 16:40:44 +0000
committerGitHub <noreply@github.com>2018-06-08 16:40:44 +0000
commit511dd8cc5b029710ec4eaa86a397d5a485b59bf8 (patch)
tree3383ca7bdbe9bcc0574a76c378da139576b0eabe /README.md
parent4070a699b039a1083971f698647d3707df4b03cc (diff)
downloadhashie-511dd8cc5b029710ec4eaa86a397d5a485b59bf8.tar.gz
Fix doc typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 784b73b..61f58ba 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ You can also use coerce from the following supertypes with `coerce_value`:
- Integer
- Numeric
-Hashie does not have built-in support for coercion boolean values, since Ruby does not have a built-in boolean type or standard method for to a boolean. You can coerce to booleans using a custom proc.
+Hashie does not have built-in support for coercing boolean values, since Ruby does not have a built-in boolean type or standard method for coercing to a boolean. You can coerce to booleans using a custom proc.
### Coercion Proc