Skip to content

Commit

Permalink
Merge pull request #6690 from rubocop-hq/add-missing-space-in-message
Browse files Browse the repository at this point in the history
Add space before `in` and `your`
  • Loading branch information
Drenmi authored Jan 22, 2019
2 parents 19d65af + 317e414 commit eca97b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/style/copyright.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Copyright < Cop

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)
Expand Down

0 comments on commit eca97b8

Please sign in to comment.