Skip to content

Commit

Permalink
Misc typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Guilleux committed Mar 24, 2014
1 parent bd708fe commit d772392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2304,7 +2304,7 @@ Translations of the guide are available in the following languages:
```
* Prefer `%w` to the literal array syntax when you need an array of
words(non-empty strings without spaces and special characters in them).
words (non-empty strings without spaces and special characters in them).
Apply this rule only to arrays with two or more elements.
```Ruby
Expand All @@ -2316,7 +2316,7 @@ Translations of the guide are available in the following languages:
```
* Prefer `%i` to the literal array syntax when you need an array of
symbols(and you don't need to maintain Ruby 1.9 compatibility). Apply
symbols (and you don't need to maintain Ruby 1.9 compatibility). Apply
this rule only to arrays with two or more elements.
```Ruby
Expand Down

0 comments on commit d772392

Please sign in to comment.