We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f1d77 commit 25ae64eCopy full SHA for 25ae64e
errors.go
@@ -34,7 +34,7 @@ func (me *MySQLError) Error() string {
34
return fmt.Sprintf("Error %d: %s", me.Number, me.Message)
35
}
36
37
-// error type which represents a group (one ore more) MySQL warnings
+// error type which represents a group of one ore more MySQL warnings
38
type MySQLWarnings []mysqlWarning
39
40
func (mws MySQLWarnings) Error() string {
0 commit comments