Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Feb 17, 2024
1 parent 33d3e75 commit cf803e7
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 @@ -184,7 +184,7 @@ db.query('select * from foo') { |row| handle_row(row) }

The splat query mode allows you to retrieve column values for each row without
wrapping them in a container. This is useful especially when performing queries
that return a single row:
that return a single column:

```ruby
# When using the array mode we need to take unwrap the values
Expand Down

0 comments on commit cf803e7

Please sign in to comment.