Skip to content

Commit 1fe6385

Browse files
committed
[Fix #1218] Fix a typo
Follow up #526
1 parent 71f6022 commit 1fe6385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubocop/cop/rails/content_tag.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Rails
77
#
88
# NOTE: Allow `tag` when the first argument is a variable because
99
# `tag(name)` is simpler rather than `tag.public_send(name)`.
10-
# And this cop will be renamed to something like `LegacyTag` in the future. (e.g. RuboCop Rails 2.0)
10+
# And this cop will be renamed to something like `LegacyTag` in the future. (e.g. RuboCop Rails 3.0)
1111
#
1212
# @example
1313
# # bad

0 commit comments

Comments
 (0)