Skip to content

Commit

Permalink
meta-data --> metadata
Browse files Browse the repository at this point in the history
Removes space from the word; is now spelled in the standard way.

[ci skip]
  • Loading branch information
maclover7 committed Jan 1, 2017
1 parent 78a1bb9 commit 5c72675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions activerecord/lib/active_record/reflection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def derive_class_name
end
end

# Holds all the meta-data about an aggregation as it was specified in the
# Holds all the metadata about an aggregation as it was specified in the
# Active Record class.
class AggregateReflection < MacroReflection #:nodoc:
def mapping
Expand All @@ -330,7 +330,7 @@ def mapping
end
end

# Holds all the meta-data about an association as it was specified in the
# Holds all the metadata about an association as it was specified in the
# Active Record class.
class AssociationReflection < MacroReflection #:nodoc:
# Returns the target association's class.
Expand Down Expand Up @@ -698,7 +698,7 @@ def collection?
end
end

# Holds all the meta-data about a :through association as it was specified
# Holds all the metadata about a :through association as it was specified
# in the Active Record class.
class ThroughReflection < AbstractReflection #:nodoc:
attr_reader :delegate_reflection
Expand Down

0 comments on commit 5c72675

Please sign in to comment.