We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a225ca commit 9dfff5dCopy full SHA for 9dfff5d
buffer.go
@@ -43,7 +43,7 @@ func newBuffer(nc net.Conn) buffer {
43
}
44
45
46
-// busy retruns true if the buffer contains some read data.
+// busy returns true if the buffer contains some read data.
47
func (b *buffer) busy() bool {
48
return b.length > 0
49
connection.go
@@ -125,7 +125,7 @@ func (mc *mysqlConn) Close() (err error) {
125
return
126
127
128
-// close closes the network connection and cleare results without sending COM_QUIT.
+// close closes the network connection and clear results without sending COM_QUIT.
129
func (mc *mysqlConn) close() {
130
mc.cleanup()
131
mc.clearResult()
0 commit comments