Skip to content

Commit

Permalink
Fix typo in DeprecatedAttributeAssignment cop
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tagliala committed Apr 16, 2023
1 parent edcae93 commit 13eef33
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 13eef33

Please sign in to comment.