summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Figueroa <github@samuelfigueroa.com>2019-04-11 13:56:37 +0200
committerGitHub <noreply@github.com>2019-04-11 13:56:37 +0200
commit70eb30bf8063ef587e3525d46e1c0cef2e9e80a4 (patch)
tree92e5ce9285b995997d0535f9eb56cacd5645256f
parent30ab2a3cb01fe9d0fc2def77868d7996ce4e873e (diff)
downloadhashie-70eb30bf8063ef587e3525d46e1c0cef2e9e80a4.tar.gz
Fix README typo
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c31a632..ea00cf0 100644
--- a/README.md
+++ b/README.md
@@ -316,8 +316,8 @@ p.email # => NoMethodError
### DeepMerge
-This extension allow you to easily include a recursive merging
-system to any Hash descendant:
+This extension allows you to easily include a recursive merging
+system into any Hash descendant:
```ruby
class MyHash < Hash