Skip to content

Commit

Permalink
Merge pull request #11805 from tagliala/chore/fix-typo-in-deprecated-…
Browse files Browse the repository at this point in the history
…attribute-assignment-cop

Fix typo in DeprecatedAttributeAssignment cop
  • Loading branch information
koic committed Apr 16, 2023
2 parents edcae93 + 13eef33 commit eeffa10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_gemspec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ end
| 1.40
|===

Checks that deprecated attribute attributes are not set in a gemspec file.
Checks that deprecated attributes are not set in a gemspec file.
Removing deprecated attributes allows the user to receive smaller packed gems.

=== Examples
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/cop/gemspec/deprecated_attribute_assignment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module RuboCop
module Cop
module Gemspec
# Checks that deprecated attribute attributes are not set in a gemspec file.
# Checks that deprecated attributes are not set in a gemspec file.
# Removing deprecated attributes allows the user to receive smaller packed gems.
#
# @example
Expand Down

0 comments on commit eeffa10

Please sign in to comment.