We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ae64e commit 52f4d63Copy full SHA for 52f4d63
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 of one ore more MySQL warnings
+// error type which represents a group of one or more MySQL warnings
38
type MySQLWarnings []mysqlWarning
39
40
func (mws MySQLWarnings) Error() string {
0 commit comments