From d5bd2d96cf58e997565aafab251a91714bc07a21 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 26 Feb 2022 13:54:48 -0500 Subject: dbstore/dbstore.go: fix QueryRow documentation --- dbstore/dbstore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbstore/dbstore.go b/dbstore/dbstore.go index 6f53081..bf66fa4 100644 --- a/dbstore/dbstore.go +++ b/dbstore/dbstore.go @@ -152,7 +152,7 @@ func (me DbStore) Query( return nil } -// Execute query and invoke callback with each row of result. +// Execute query and invoke callback with first row of result. func (me DbStore) QueryRow( ctx context.Context, queryId string, -- cgit v1.2.3