Skip to content

Commit

Permalink
Merge pull request rubocop#239 from Konnigun/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in readme
  • Loading branch information
bbatsov committed Nov 15, 2013
2 parents 7a7413f + 2dc4ac3 commit 596303b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2434,7 +2434,7 @@ this rule only to arrays with two or more elements.
%q{"Test's king!", John said.}

# good
%w(one tho three)
%w(one two three)
%q("Test's king!", John said.)
```

Expand Down

0 comments on commit 596303b

Please sign in to comment.