Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stomar authored and koic committed Feb 11, 2019
1 parent 7dff23d commit ad0cf42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/layout/indent_hash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module Layout
# @example EnforcedStyle: consistent
# # The `consistent` style enforces that the first key in a hash
# # literal where the opening brace and the first key are on
# # seprate lines is indented the same as a hash literal which is not
# # separate lines is indented the same as a hash literal which is not
# # defined inside a method call.
#
# # bad
Expand Down
2 changes: 1 addition & 1 deletion manual/cops_layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -2241,7 +2241,7 @@ but_in_a_method_call({
```ruby
# The `consistent` style enforces that the first key in a hash
# literal where the opening brace and the first key are on
# seprate lines is indented the same as a hash literal which is not
# separate lines is indented the same as a hash literal which is not
# defined inside a method call.

# bad
Expand Down

0 comments on commit ad0cf42

Please sign in to comment.