Skip to content

Commit

Permalink
[Doc] Tweak a term
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Aug 25, 2024
1 parent 566ba5b commit f5895ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/layout/block_alignment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Layout
# start of the line where the expression started.
#
# `either` (which is the default) : the `end` is allowed to be in either
# location. The autofixer will default to `start_of_line`.
# location. The autocorrect will default to `start_of_line`.
#
# @example EnforcedStyleAlignWith: either (default)
# # bad
Expand Down

0 comments on commit f5895ac

Please sign in to comment.