lib/rubocop/cop/style/copyright.rb in rubocop-0.63.0 vs lib/rubocop/cop/style/copyright.rb in rubocop-0.63.1

- old
+ new

@@ -18,10 +18,10 @@ class Copyright < Cop include RangeHelp MSG = 'Include a copyright notice matching /%<notice>s/ before ' \ 'any code.'.freeze - AUTOCORRECT_EMPTY_WARNING = 'An AutocorrectNotice must be defined in' \ + AUTOCORRECT_EMPTY_WARNING = 'An AutocorrectNotice must be defined in ' \ 'your RuboCop config'.freeze def investigate(processed_source) return if notice.empty? return if notice_found?(processed_source)