Skip to content

Commit

Permalink
Fix typo for AllowedIdentifiers example
Browse files Browse the repository at this point in the history
Configurable attribute for AllowedIdentifiers is plural
  • Loading branch information
alanmorehead authored and mergify[bot] committed Jan 12, 2021
1 parent 860e681 commit 3dc4e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/naming/variable_number.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module Naming
# # good
# :some_sym_1
#
# @example AllowedIdentifier: [capture3]
# @example AllowedIdentifiers: [capture3]
# # good
# expect(Open3).to receive(:capture3)
#
Expand Down

0 comments on commit 3dc4e62

Please sign in to comment.