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.
2 parents e0f1d77 + 52f4d63 commit 6ae39caCopy full SHA for 6ae39ca
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 or more MySQL warnings
38
type MySQLWarnings []mysqlWarning
39
40
func (mws MySQLWarnings) Error() string {
0 commit comments