We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b66fdb commit 621c150Copy full SHA for 621c150
packets.go
@@ -630,7 +630,7 @@ func readStatus(b []byte) statusFlag {
630
}
631
632
// Returns an instance of okHandler for codepaths where mysqlConn.result doesn't
633
-// need to be cleared first (eg. during authentication, or while additional
+// need to be cleared first (e.g. during authentication, or while additional
634
// resultsets are being fetched.)
635
func (mc *mysqlConn) resultUnchanged() *okHandler {
636
return (*okHandler)(mc)
0 commit comments