aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorokkez <okkez000@gmail.com>2018-02-28 15:18:27 +0900
committerGitHub <noreply@github.com>2018-02-28 15:18:27 +0900
commit581ae5abcc353b731d2a700c0561b3953f8b374d (patch)
treee8509b03a9d1796e43c7f663ca343f196f328acb /activerecord
parentea70d20441a745ba3ace2e82071ccb1ef56daf2e (diff)
downloadrails-581ae5abcc353b731d2a700c0561b3953f8b374d.tar.gz
rails-581ae5abcc353b731d2a700c0561b3953f8b374d.tar.bz2
rails-581ae5abcc353b731d2a700c0561b3953f8b374d.zip
Fix a typo in activerecord/CHANGELOG.md
columsn -> columns
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 92c20ec79f..227f93c6a1 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,6 +1,6 @@
## Rails 6.0.0.alpha (Unreleased) ##
-* Fix `#columsn_for_distinct` of MySQL and PostgreSQL to make
+* Fix `#columns_for_distinct` of MySQL and PostgreSQL to make
`ActiveRecord::FinderMethods#limited_ids_for` use correct primary key values
even if `ORDER BY` columns include other table's primary key.