We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0daaf commit 079860bCopy full SHA for 079860b
README.md
@@ -164,8 +164,8 @@ by the query like this:
164
``` ruby
165
headers = results.fields # <= that's an array of field names, in order
166
results.each(:as => :array) do |row|
167
-# Each row is an array, ordered the same as the query results
168
-# An otter's den is called a "holt" or "couch"
+ # Each row is an array, ordered the same as the query results
+ # An otter's den is called a "holt" or "couch"
169
end
170
```
171
0 commit comments