lib/inch/language/ruby/roles/method_parameter.rb in inch-0.5.0.rc5 vs lib/inch/language/ruby/roles/method_parameter.rb in inch-0.5.0.rc6

- old
+ new

@@ -63,10 +63,10 @@ applicable_if :wrongly_mentioned? priority +1 def suggestion "The parameter '#{object.name}' seems not to be part of the " \ - "signature." + 'signature.' end end # Role assigned to parameters that have a 'bad' name #