From e540a0576006af74ed45bea905dbb4d8a5e320bc Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 24 Aug 2019 14:16:38 -0500 Subject: [PATCH] Fix typo in docs --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index d36eb0fd..cde58cd8 100644 --- a/doc.go +++ b/doc.go @@ -15,7 +15,7 @@ reads all rows into memory. Executing Multiple Queries in a Single Round Trip -Exec and ExecBatch can execute multiple queries in a single round trip. The return readers that iterate over each query +Exec and ExecBatch can execute multiple queries in a single round trip. They return readers that iterate over each query result. The ReadAll method reads all query results into memory. Context Support