aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorTim Wade <hello@timjwade.com>2015-04-24 08:40:41 -0400
committerTim Wade <hello@timjwade.com>2015-04-24 08:40:41 -0400
commit37349f71adbeeef039101596a0e815bd1c04a65f (patch)
treea8da82b0afbb80b52873d6869d84b0f357778ab1 /activemodel
parent875f67528481a3b9bb2be891d9d44eaa741b6f2f (diff)
downloadrails-37349f71adbeeef039101596a0e815bd1c04a65f.tar.gz
rails-37349f71adbeeef039101596a0e815bd1c04a65f.tar.bz2
rails-37349f71adbeeef039101596a0e815bd1c04a65f.zip
Fix grammar/style: break up long sentence.
A conjunction was needed to make these sentences correct. Breaking them up seemed like a better option. [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/attribute_methods.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activemodel/lib/active_model/attribute_methods.rb b/activemodel/lib/active_model/attribute_methods.rb
index 83b073f0e4..6b14d9702e 100644
--- a/activemodel/lib/active_model/attribute_methods.rb
+++ b/activemodel/lib/active_model/attribute_methods.rb
@@ -227,7 +227,7 @@ module ActiveModel
# Declares the attributes that should be prefixed and suffixed by
# ActiveModel::AttributeMethods.
#
- # To use, pass attribute names (as strings or symbols), be sure to declare
+ # To use, pass attribute names (as strings or symbols). Be sure to declare
# +define_attribute_methods+ after you define any prefix, suffix or affix
# methods, or they will not hook in.
#
@@ -255,7 +255,7 @@ module ActiveModel
# Declares an attribute that should be prefixed and suffixed by
# ActiveModel::AttributeMethods.
#
- # To use, pass an attribute name (as string or symbol), be sure to declare
+ # To use, pass an attribute name (as string or symbol). Be sure to declare
# +define_attribute_method+ after you define any prefix, suffix or affix
# method, or they will not hook in.
#