Fix typo in docs (#12356) [ci skip]

This commit is contained in:
Andrew Owen
2019-10-04 00:40:15 -06:00
committed by ringabout
parent a17c1f85c3
commit 900d65ae91

View File

@@ -272,7 +272,7 @@ iterator fastRows*(db: var DbConn, query: SqlQuery,
## if you require **ALL** the rows.
##
## Breaking the fastRows() iterator during a loop may cause a driver error
## for subsequenct queries
## for subsequent queries
##
## Rows are retrieved from the server at each iteration.
var