Skip to content

Commit

Permalink
Tweak the doc for Layout/CaseIndentation
Browse files Browse the repository at this point in the history
Follow up #10444 (comment).
  • Loading branch information
koic committed Mar 7, 2022
1 parent 105f94c commit fed5c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/layout/case_indentation.rb
Expand Up @@ -3,7 +3,7 @@
module RuboCop
module Cop
module Layout
# This cop checks how the `when` and `in`s of a `case` expression
# This cop checks how the `when` and ``in``s of a `case` expression
# are indented in relation to its `case` or `end` keyword.
#
# It will register a separate offense for each misaligned `when` and `in`.
Expand Down

0 comments on commit fed5c29

Please sign in to comment.