Skip to content

Commit

Permalink
[Fix #1218] Fix a typo
Browse files Browse the repository at this point in the history
Follow up #526
  • Loading branch information
koic committed Dec 17, 2023
1 parent 71f6022 commit 1fe6385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/rails/content_tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Rails
#
# NOTE: Allow `tag` when the first argument is a variable because
# `tag(name)` is simpler rather than `tag.public_send(name)`.
# And this cop will be renamed to something like `LegacyTag` in the future. (e.g. RuboCop Rails 2.0)
# And this cop will be renamed to something like `LegacyTag` in the future. (e.g. RuboCop Rails 3.0)
#
# @example
# # bad
Expand Down

0 comments on commit 1fe6385

Please sign in to comment.