Merge pull request #16029 from cade/fix_typo_in_comment

Fix typo in comment
This commit is contained in:
Vijay Dev 2014-07-03 10:41:16 +05:30
commit 590091bc20
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.