Skip to content

Commit

Permalink
Merge pull request #981 from UpGado/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
maddyblue authored Jun 22, 2020
2 parents 8ae9eea + 73ba00e commit bd4ec23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (c *Connector) Connect(ctx context.Context) (driver.Conn, error) {
return c.open(ctx)
}

// Driver returnst the underlying driver of this Connector.
// Driver returns the underlying driver of this Connector.
func (c *Connector) Driver() driver.Driver {
return &Driver{}
}
Expand Down

0 comments on commit bd4ec23

Please sign in to comment.