1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #36070 from imechemi/fix-minor-api-doc

Minor API doc fix

[ci skip]
This commit is contained in:
Ryuta Kamizono 2019-04-24 03:24:44 +09:00 committed by GitHub
commit 0920213cd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1002,7 +1002,7 @@ module ActiveRecord
end
# Adds one or more +records+ to the collection by setting their foreign keys
# to the association's primary key. Since +<<+ flattens its argument list and
# to the association's primary key. Since <tt><<</tt> flattens its argument list and
# inserts each record, +push+ and +concat+ behave identically. Returns +self+
# so several appends may be chained together.
#