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

"maybe" => "may be"

This commit is contained in:
Waynn Lue 2015-05-21 20:11:41 -07:00
parent d13b4e2fc4
commit f25997a9d9

View file

@ -213,7 +213,7 @@ module ActiveRecord
#
# Passing attributes for an associated collection in the form of a hash
# of hashes can be used with hashes generated from HTTP/HTML parameters,
# where there maybe no natural way to submit an array of hashes.
# where there may be no natural way to submit an array of hashes.
#
# === Saving
#