summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2019-04-11 07:59:31 -0500
committerGitHub <noreply@github.com>2019-04-11 07:59:31 -0500
commitda9fd39a0e551e09c1441cb7453c969a4afbfd7f (patch)
tree92e5ce9285b995997d0535f9eb56cacd5645256f
parent30ab2a3cb01fe9d0fc2def77868d7996ce4e873e (diff)
parent70eb30bf8063ef587e3525d46e1c0cef2e9e80a4 (diff)
downloadhashie-da9fd39a0e551e09c1441cb7453c969a4afbfd7f.tar.gz
Merge pull request #475 from unimatrixZxero/patch-1
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