Skip to content

Commit

Permalink
Tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 30, 2022
1 parent 72f8c69 commit 41a8249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/style/module_function.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Style
#
# Supported styles are: `module_function` (default), `extend_self` and `forbidden`.
#
# NOTES:
# A couple of things to keep in mind:
#
# - `forbidden` style prohibits the usage of both styles
# - in default mode (`module_function`), the cop won't be activated when the module
Expand Down

0 comments on commit 41a8249

Please sign in to comment.