Skip to content

Commit 079860b

Browse files
nextmatsodabrew
authored andcommitted
Fix indent in README
Fix indent in README headers/columns example
1 parent 6d0daaf commit 079860b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ by the query like this:
164164
``` ruby
165165
headers = results.fields # <= that's an array of field names, in order
166166
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"
167+
# Each row is an array, ordered the same as the query results
168+
# An otter's den is called a "holt" or "couch"
169169
end
170170
```
171171

0 commit comments

Comments
 (0)