Skip to content

Commit

Permalink
Typo in docs for config option for Naming/BlockParameterName
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoral committed Sep 22, 2021
1 parent af4393a commit d6440a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/naming/block_parameter_name.rb
Original file line number Diff line number Diff line change
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 d6440a9

Please sign in to comment.