Skip to content

Commit

Permalink
Fix code snippet (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
potomak authored and sodabrew committed Sep 14, 2018
1 parent bc73887 commit c578718
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 @@ -157,7 +157,7 @@ end
How about with symbolized keys?

``` ruby
client.query("SELECT * FROM users WHERE group='githubbers'", :symbolize_keys => true) do |row|
client.query("SELECT * FROM users WHERE group='githubbers'", :symbolize_keys => true).each do |row|
# do something with row, it's ready to rock
end
```
Expand Down

0 comments on commit c578718

Please sign in to comment.