Skip to content

Commit

Permalink
Merge pull request rubocop#12254 from joesiewert/empty-block-text
Browse files Browse the repository at this point in the history
Edit empty block overview text
  • Loading branch information
koic committed Oct 10, 2023
2 parents 11d412f + ab72b2b commit 7b05f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/lint/empty_block.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Cop
module Lint
# Checks for blocks without a body.
# Such empty blocks are typically an oversight or we should provide a comment
# be clearer what we're aiming for.
# to clarify what we're aiming for.
#
# Empty lambdas and procs are ignored by default.
#
Expand Down

0 comments on commit 7b05f2a

Please sign in to comment.