Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Feb 14, 2022
1 parent ce4f19a commit ef9c427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ping.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

// Ping server.
//
// Do not call concurrently with Query.
// Do not call concurrently with Do.
func (c *Client) Ping(ctx context.Context) (err error) {
if c.otel {
newCtx, span := c.tracer.Start(ctx, "Ping",
Expand Down

0 comments on commit ef9c427

Please sign in to comment.