instantRows doco updated with "the" to improve readability

This commit is contained in:
JamesP
2015-09-05 11:48:47 +10:00
parent 5b11ce27c4
commit d02d1219b0

View File

@@ -169,7 +169,7 @@ iterator instantRows*(db: DbConn, query: SqlQuery,
args: varargs[string, `$`]): InstantRow
{.tags: [FReadDb].} =
## same as fastRows but returns a handle that can be used to get column text
## on demand using []. Returned handle is valid only within interator body.
## on demand using []. Returned handle is valid only within the interator body.
rawExec(db, query, args)
var sqlres = mysql.useResult(db)
if sqlres != nil: