diff options
| author | Xavier Noria <fxn@hashref.com> | 2014-09-29 23:05:27 +0200 |
|---|---|---|
| committer | Xavier Noria <fxn@hashref.com> | 2014-09-29 23:06:43 +0200 |
| commit | c935d6f9b5f3f59d170dc8b6464cc368841e35fe (patch) | |
| tree | 8c6895c5ecf9f782a02ce021f7943ccb2ccbec12 | |
| parent | f93df52845766216f0fe36a4586f8abad505cac4 (diff) | |
| download | rails-c935d6f9b5f3f59d170dc8b6464cc368841e35fe.tar.gz rails-c935d6f9b5f3f59d170dc8b6464cc368841e35fe.tar.bz2 rails-c935d6f9b5f3f59d170dc8b6464cc368841e35fe.zip | |
fixes typo in AS CHANGELOG [ci skip]
References f92ac24.
| -rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 4204057737..a5fe6d65d9 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -318,8 +318,8 @@ *Pavel Pravosud* * `HashWithIndifferentAccess` better respects `#to_hash` on objects it - recieves. In particular, `.new`, `#update`, `#merge`, `#replace` all accept - objects which respond to `#to_hash`, even if those objects are not Hashes + receives. In particular, `.new`, `#update`, `#merge`, and `#replace` accept + objects which respond to `#to_hash`, even if those objects are not hashes directly. *Peter Jaros* |
