Merge pull request #20252 from waynn/patch-5

"maybe" => "may be"
This commit is contained in:
Rafael Mendonça França 2015-05-22 00:49:09 -03:00
commit 023d50c583

@ -213,7 +213,7 @@ class TooManyRecords < ActiveRecordError
#
# 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
#