Merge pull request #16950 from akshay-vishnoi/docs-rails-4point2

Grammar correction in ActiveSupport CHANGELOG [ci skip]
This commit is contained in:
Abdelkader Boudih 2014-09-17 21:59:46 +01:00
commit 46d168e957

@ -125,8 +125,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*
@ -311,8 +311,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.