Skip to content

Commit 4b6ac01

Browse files
authored
Merge pull request rails#43715 from Cofense/activerecord-relation-calculations-doc-comment-continuation
Add missing comment char to RDoc comment [ci skip]
2 parents 89b1cc4 + 3e05aa2 commit 4b6ac01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/relation/calculations.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module Calculations
3131
#
3232
# Article.group(:status, :category).count
3333
# # => {["draft", "business"]=>10, ["draft", "technology"]=>4,
34-
# ["published", "business"]=>0, ["published", "technology"]=>2}
34+
# # ["published", "business"]=>0, ["published", "technology"]=>2}
3535
#
3636
# If #count is used with {Relation#select}[rdoc-ref:QueryMethods#select], it will count the selected columns:
3737
#

0 commit comments

Comments
 (0)