lib/rubocop/cop/layout/block_alignment.rb in rbhint-0.85.1.rc1 vs lib/rubocop/cop/layout/block_alignment.rb in rbhint-0.85.1.rc2
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module RuboCop
module Cop
module Layout
- # This cop checks whether the end keywords are aligned properly for do
+ # This hint checks whether the end keywords are aligned properly for do
# end blocks.
#
# Three modes are supported through the `EnforcedStyleAlignWith`
# configuration parameter:
#