Skip to content

Commit

Permalink
Fix minor typo in hash-each
Browse files Browse the repository at this point in the history
  • Loading branch information
etdev committed Jan 9, 2016
1 parent 2dcf5f9 commit 9def271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,7 @@ resource cleanup when possible.
```
* <a name="hash-each"></a>
Use `Hash#each_key` instead of `Hash#key.each` and `Hash#each_value`
Use `Hash#each_key` instead of `Hash#keys.each` and `Hash#each_value`
instead of `Hash#values.each`.
<sup>[[link](#hash-each)]</sup>
Expand Down

0 comments on commit 9def271

Please sign in to comment.