Skip to content

Commit

Permalink
Merge pull request #10107 from ngoral/typo_in_block_parameter_name_doc
Browse files Browse the repository at this point in the history
Typo in docs for config option for Naming/BlockParameterName
  • Loading branch information
koic committed Sep 22, 2021
2 parents af4393a + d6440a9 commit 2a5aec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/naming/block_parameter_name.rb
Expand Up @@ -24,7 +24,7 @@ module Naming
# # With `AllowNamesEndingInNumbers` set to false
# foo { |num1, num2| num1 * num2 }
#
# # With `MinParamNameLength` set to number greater than 1
# # With `MinNameLength` set to number greater than 1
# baz { |a, b, c| do_stuff(a, b, c) }
#
# # good
Expand Down

0 comments on commit 2a5aec2

Please sign in to comment.