From abb1423a8d662cc277a07ebdbf0e31a4849822b6 Mon Sep 17 00:00:00 2001 From: Matt Bridges Date: Thu, 26 Jan 2012 08:51:41 -0600 Subject: Fixed small typo in ActveRecord/CHANGELOG.md --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 11d20814af..85ff3aaf2b 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -208,7 +208,7 @@ Client.select(:name).uniq - This also allows you to revert the unqueness in a relation: + This also allows you to revert the uniqueness in a relation: Client.select(:name).uniq.uniq(false) -- cgit v1.2.3