lib/inch/evaluation/role/method_parameter.rb in inch-0.4.6 vs lib/inch/evaluation/role/method_parameter.rb in inch-0.4.7

- old
+ new

@@ -65,10 +65,11 @@ # @see CodeObject::Proxy::MethodParameterObject#wrongly_mentioned? class WithWrongMention < Base applicable_if :wrongly_mentioned? def suggestion - "The parameter '#{object.name}' seems not to be part of the signature." + "The parameter '#{object.name}' seems not to be part of the " \ + "signature." end def priority +1 end