Fix typo in comment

This commit is contained in:
Cade Truitt 2014-07-02 20:24:55 -05:00
parent beab403fc3
commit 3c917dd1ec
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ module ActiveRecord
# # => counts the number of different age values
#
# Note: not all valid +select+ expressions are valid +count+ expressions. The specifics differ
# between databases. In invalid cases, an error from the databsae is thrown.
# between databases. In invalid cases, an error from the database is thrown.
def count(column_name = nil, options = {})
# TODO: Remove options argument as soon we remove support to
# activerecord-deprecated_finders.