aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbstore/dbstore.go2
1 files changed, 1 insertions, 1 deletions
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,