lib/hanami/model/mapped_relation.rb in hanami-model-1.2.0.rc2 vs lib/hanami/model/mapped_relation.rb in hanami-model-1.2.0

- old
+ new

@@ -34,10 +34,10 @@ # # @param attribute [Symbol] the attribute name # # @return [ROM::SQL::Attribute] the attribute # - # @raises [Hanami::Model::UnknownAttributeError] if the attribute cannot be found + # @raise [Hanami::Model::UnknownAttributeError] if the attribute cannot be found # # @since 1.2.0 # # @example # class UserRepository < Hanami::Repository