Skip to content

Commit

Permalink
Fixed small typo in ActveRecord/CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Bridges committed Jan 26, 2012
1 parent 9725c0c commit abb1423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit abb1423

Please sign in to comment.