lib/hanami/model/mapped_relation.rb in hanami-model-1.1.0.beta1 vs lib/hanami/model/mapped_relation.rb in hanami-model-1.1.0.beta2
- old
+ new
@@ -1,9 +1,9 @@
module Hanami
module Model
# Mapped proxy for ROM relations.
#
- # It eliminates the need of use #as for repository queries
+ # It eliminates the need to use #as for repository queries
#
# @since 1.0.0
# @api private
class MappedRelation < SimpleDelegator
# Mapper name.