aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-22 00:49:09 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-22 00:49:09 -0300
commit023d50c583879c0e3794f825113502befcdfdb85 (patch)
tree52381ede32bab0bd8e39f07cc3135b87c9f451b1 /activerecord/lib/active_record
parentd13b4e2fc453468f740eb82224385957e7e87c7b (diff)
parentf25997a9d9c38c445c67bfb0da839756ba02c9e7 (diff)
downloadrails-023d50c583879c0e3794f825113502befcdfdb85.tar.gz
rails-023d50c583879c0e3794f825113502befcdfdb85.tar.bz2
rails-023d50c583879c0e3794f825113502befcdfdb85.zip
Merge pull request #20252 from waynn/patch-5
"maybe" => "may be"
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/nested_attributes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/nested_attributes.rb b/activerecord/lib/active_record/nested_attributes.rb
index 07e0f134aa..c942d0e265 100644
--- a/activerecord/lib/active_record/nested_attributes.rb
+++ b/activerecord/lib/active_record/nested_attributes.rb
@@ -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
#