Skip to content

Commit

Permalink
[Fix rubocop#13182] Tweak the doc for `Style/RedundantInterpolationUn…
Browse files Browse the repository at this point in the history
…freeze`
  • Loading branch information
koic committed Sep 2, 2024
1 parent 9a38b11 commit 3277118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/style/redundant_interpolation_unfreeze.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Style
# "#{foo} bar".dup
#
# # good
# "#{foo} bar"
# "#{foo} bar"
#
class RedundantInterpolationUnfreeze < Base
include FrozenStringLiteral
Expand Down

0 comments on commit 3277118

Please sign in to comment.