Skip to content

Commit 51ffe3c

Browse files
authored
Update README.md
1 parent ec625d1 commit 51ffe3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if err != nil {
4848
err := db.Query().Do( // Do retry operation on errors with best effort
4949
ctx, // context manage exiting from Do
5050
func(ctx context.Context, s query.Session) (err error) { // retry operation
51-
streamResult, err := s.Query(ctx, `SELECT 42 as id, "myStr" as myStr;`))
51+
streamResult, err := s.Query(ctx, `SELECT 42 as id, "myStr" as myStr;`)
5252
if err != nil {
5353
return err // for auto-retry with driver
5454
}

0 commit comments

Comments
 (0)