Skip to content

Commit

Permalink
Merge pull request #16029 from cade/fix_typo_in_comment
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
vijaydev committed Jul 3, 2014
2 parents beab403 + 3c917dd commit 590091b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/relation/calculations.rb
Expand Up @@ -34,7 +34,7 @@ module Calculations
# # => 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.
Expand Down

0 comments on commit 590091b

Please sign in to comment.