aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-09-18 02:27:18 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-09-18 02:27:18 +0530
commitf92ac245bd283e889eaefd32f2701d407cb00126 (patch)
tree909fdcc105614dbb359716f68c189ff46a5788de /activesupport
parent7a8fb281d8563668991be55a64388c3e8b96249c (diff)
downloadrails-f92ac245bd283e889eaefd32f2701d407cb00126.tar.gz
rails-f92ac245bd283e889eaefd32f2701d407cb00126.tar.bz2
rails-f92ac245bd283e889eaefd32f2701d407cb00126.zip
Grammar correction in ActiveSupport CHANGELOG [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index fe21305588..b0d823aa16 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -110,8 +110,8 @@
* Always instrument `ActiveSupport::Cache`.
- Since `ActiveSupport::Notifications` only instrument items when there
- are subscriber we don't need to disable instrumentation.
+ Since `ActiveSupport::Notifications` only instruments items when there
+ are attached subscribers, we don't need to disable instrumentation.
*Peter Wagenet*
@@ -296,8 +296,8 @@
*Pavel Pravosud*
-* `HashWithIndifferentAccess` better respects `#to_hash` on objects it's
- given. In particular, `.new`, `#update`, `#merge`, `#replace` all accept
+* `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
directly.