Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Follow up of #7869.
  • Loading branch information
koic committed Apr 13, 2020
1 parent 42ac781 commit 300a798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.yml
Expand Up @@ -2838,7 +2838,7 @@ Style/FrozenStringLiteralComment:
# `always` will always add the frozen string literal comment to a file
# regardless of the Ruby version or if `freeze` or `<<` are called on a
# string literal. If you run code against multiple versions of Ruby, it is
# possible that this will create errors in Ruby 2.4.0+.
# possible that this will create errors in Ruby 2.3.0+.
- always
# `always_true` will add the frozen string literal comment to a file,
# similarly to the `always` style, but will also change any disabled
Expand Down

0 comments on commit 300a798

Please sign in to comment.