aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2015-12-18 19:30:08 -0200
committerRafael França <rafaelmfranca@gmail.com>2015-12-18 19:30:08 -0200
commit0af3722335795c6b7c0ff557d229e47566dfbed2 (patch)
tree3e689c2180112bae17660654a2eb4bfb8074607b
parent099ddfdefd44fda11d0f6a72f934f8a0ee83141b (diff)
parent4942b4126772b98ebb37d83d70372a2868042b65 (diff)
downloadrails-0af3722335795c6b7c0ff557d229e47566dfbed2.tar.gz
rails-0af3722335795c6b7c0ff557d229e47566dfbed2.tar.bz2
rails-0af3722335795c6b7c0ff557d229e47566dfbed2.zip
Merge pull request #22671 from habermann24/patch-1
Fix typo in CHANGELOG
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index dbf19c01da..9819b85205 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -348,7 +348,7 @@
*Sean Griffin*
-* Give `AcriveRecord::Relation#update` its own deprecation warning when
+* Give `ActiveRecord::Relation#update` its own deprecation warning when
passed an `ActiveRecord::Base` instance.
Fixes #21945.