Skip to content

Commit

Permalink
Merge pull request rubocop#7696 from revolter/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect formatting
  • Loading branch information
koic committed Feb 7, 2020
2 parents cca6e8f + 0795cf7 commit b9a290d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/rubocop/cop/style/symbol_array.rb
Expand Up @@ -11,8 +11,8 @@ module Style
#
# Configuration option: MinSize
# If set, arrays with fewer elements than this value will not trigger the
# cop. For example, a `MinSize of `3` will not enforce a style on an array
# of 2 or fewer elements.
# cop. For example, a `MinSize` of `3` will not enforce a style on an
# array of 2 or fewer elements.
#
# @example EnforcedStyle: percent (default)
# # good
Expand Down
4 changes: 2 additions & 2 deletions manual/cops_style.md
Expand Up @@ -6701,8 +6701,8 @@ projects which do not want to use that syntax.

Configuration option: MinSize
If set, arrays with fewer elements than this value will not trigger the
cop. For example, a `MinSize of `3` will not enforce a style on an array
of 2 or fewer elements.
cop. For example, a `MinSize` of `3` will not enforce a style on an
array of 2 or fewer elements.

### Examples

Expand Down

0 comments on commit b9a290d

Please sign in to comment.