Skip to content

Commit

Permalink
Merge pull request #529 from etdev/fix-typo-hash-key-value
Browse files Browse the repository at this point in the history
Fix minor typo in hash-each
  • Loading branch information
bbatsov committed Jan 9, 2016
2 parents 2dcf5f9 + 9def271 commit 815a0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 815a0b9

Please sign in to comment.