Skip to content

Commit 621c150

Browse files
authored
Apply suggestions from code review
1 parent 5b66fdb commit 621c150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packets.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ func readStatus(b []byte) statusFlag {
630630
}
631631

632632
// Returns an instance of okHandler for codepaths where mysqlConn.result doesn't
633-
// need to be cleared first (eg. during authentication, or while additional
633+
// need to be cleared first (e.g. during authentication, or while additional
634634
// resultsets are being fetched.)
635635
func (mc *mysqlConn) resultUnchanged() *okHandler {
636636
return (*okHandler)(mc)

0 commit comments

Comments
 (0)