Skip to content

Commit b964d19

Browse files
randyzwitchquinnj
authored andcommitted
Update tables.jl (#192)
1 parent 50da3a7 commit b964d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tables.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ type errors when trying to query columns when a single type is expected.
8888
`nullable` controls whether `NULL` (`missing` in Julia) values are expected in a column.
8989
9090
An `SQLite.Query` object will iterate NamedTuple rows by default, and also supports the Tables.jl interface for integrating with
91-
any other Tables.jl implementation. Due note however that iterating an sqlite result set is a forward-once-only operation. If you need
91+
any other Tables.jl implementation. Do note, however, that iterating an sqlite result set is a forward-once-only operation. If you need
9292
to iterate over an `SQLite.Query` multiple times, but can't store the iterated NamedTuples, call `SQLite.reset!(q::SQLite.Query)` to
9393
re-execute the query and position the iterator back at the begining of the result set.
9494
"""

0 commit comments

Comments
 (0)