Docs: minor edit

This commit is contained in:
Brian J. Cardiff 2017-09-08 10:08:24 -03:00
parent f4c1c3626b
commit 1e882e35d2

View file

@ -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