mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: remove duplicate word "the"
Change-Id: Ia5908e94a6bd362099ca3c63f6ffb7e94457131d
GitHub-Last-Rev: 545a40571a
GitHub-Pull-Request: golang/go#23942
Reviewed-on: https://go-review.googlesource.com/95435
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
2e78f2afdb
commit
8fc25b531b
9 changed files with 9 additions and 9 deletions
|
|
@ -2310,7 +2310,7 @@ func (s *Stmt) connStmt(ctx context.Context, strategy connReuseStrategy) (dc *dr
|
|||
}
|
||||
|
||||
// In a transaction or connection, we always use the connection that the
|
||||
// the stmt was created on.
|
||||
// stmt was created on.
|
||||
if s.cg != nil {
|
||||
s.mu.Unlock()
|
||||
dc, releaseConn, err = s.cg.grabConn(ctx) // blocks, waiting for the connection.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue