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]
This commit is contained in:
Tim Wade 2015-04-24 08:40:41 -04:00
parent 875f675284
commit 37349f71ad
No known key found for this signature in database
GPG Key ID: D4693C0B535435FD

@ -227,7 +227,7 @@ def attribute_alias(name)
# 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 @@ def define_attribute_methods(*attr_names)
# 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.
#