Skip to content

Commit f3a7937

Browse files
committed
Fixes typo
1 parent 852d0cd commit f3a7937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/associations/association.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def create!(attributes = nil, &block)
232232
_create_record(attributes, true, &block)
233233
end
234234

235-
# Whether the association represent a single record
235+
# Whether the association represents a single record
236236
# or a collection of records.
237237
def collection?
238238
false

0 commit comments

Comments
 (0)