Skip to content

Commit 66fa137

Browse files
committed
fix comment of mysqlContext.
- s/from/for/ - and start the comment with a space please
1 parent 54ef181 commit 66fa137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"time"
2020
)
2121

22-
//a copy of context.Context from Go 1.7 and later.
22+
// a copy of context.Context for Go 1.7 and later.
2323
type mysqlContext interface {
2424
Deadline() (deadline time.Time, ok bool)
2525
Done() <-chan struct{}

0 commit comments

Comments
 (0)