mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Docs: minor edit
This commit is contained in:
parent
f4c1c3626b
commit
1e882e35d2
1 changed files with 2 additions and 2 deletions
|
@ -184,8 +184,8 @@ module DB
|
|||
end
|
||||
end
|
||||
|
||||
# Executes a *query* and returns an array where there first
|
||||
# column's value of each row is read as the given *type*.
|
||||
# Executes a *query* and returns an array where the
|
||||
# value of each row is read as the given *type*.
|
||||
#
|
||||
# ```
|
||||
# names = db.query_all "select name from contacts", as: String
|
||||
|
|
Loading…
Reference in a new issue