lib/rubocop/cop/layout/parameter_alignment.rb in rbhint-0.85.1.rc1 vs lib/rubocop/cop/layout/parameter_alignment.rb in rbhint-0.85.1.rc2
- old
+ new
@@ -4,10 +4,10 @@
module Cop
module Layout
# Here we check if the parameters on a multi-line method call or
# definition are aligned.
#
- # To set the alignment of the first argument, use the cop
+ # To set the alignment of the first argument, use the hint
# FirstParameterIndentation.
#
# @example EnforcedStyle: with_first_parameter (default)
# # good
#