Fix spellings (#12277) [backport]

This commit is contained in:
Federico Ceratto
2019-09-27 06:02:54 +01:00
committed by ringabout
parent 31c1148eb0
commit a17c1f85c3

View File

@@ -303,7 +303,7 @@ iterator instantRows*(db: var DbConn, query: SqlQuery,
args: varargs[string, `$`]): InstantRow
{.tags: [ReadDbEffect, WriteDbEffect].} =
## Same as fastRows but returns a handle that can be used to get column text
## on demand using []. Returned handle is valid only within the interator body.
## on demand using []. Returned handle is valid only within the iterator body.
var
rowRes: Row = @[]
sz: TSqlInteger = 0