aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-09-17 13:25:48 +0900
committeryui-knk <spiketeika@gmail.com>2015-09-17 13:25:48 +0900
commitb5627c5632947354a668ce187a7c1047fd7a94ea (patch)
tree004b35bf91ffdf23e8c729717672e28893426b00 /activerecord/lib
parentc7cc81d21171f85aee367adffa97b98e81c60cbd (diff)
downloadrails-b5627c5632947354a668ce187a7c1047fd7a94ea.tar.gz
rails-b5627c5632947354a668ce187a7c1047fd7a94ea.tar.bz2
rails-b5627c5632947354a668ce187a7c1047fd7a94ea.zip
[ci skip] Replace double spaces with single space
Diffstat (limited to 'activerecord/lib')
-rw-r--r--activerecord/lib/active_record/aggregations.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/aggregations.rb b/activerecord/lib/active_record/aggregations.rb
index f7b50cd25a..a2aea63bdd 100644
--- a/activerecord/lib/active_record/aggregations.rb
+++ b/activerecord/lib/active_record/aggregations.rb
@@ -25,7 +25,7 @@ module ActiveRecord
end
# Active Record implements aggregation through a macro-like class method called +composed_of+
- # for representing attributes as value objects. It expresses relationships like "Account [is]
+ # for representing attributes as value objects. It expresses relationships like "Account [is]
# composed of Money [among other things]" or "Person [is] composed of [an] address". Each call
# to the macro adds a description of how the value objects are created from the attributes of
# the entity object (when the entity is initialized either as a new object or from finding an