Explorar o código

doc typo fix fix

Julien Schmidt %!s(int64=12) %!d(string=hai) anos
pai
achega
52f4d6348c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      errors.go

+ 1 - 1
errors.go

@@ -34,7 +34,7 @@ func (me *MySQLError) Error() string {
 	return fmt.Sprintf("Error %d: %s", me.Number, me.Message)
 }
 
-// error type which represents a group of one ore more MySQL warnings
+// error type which represents a group of one or more MySQL warnings
 type MySQLWarnings []mysqlWarning
 
 func (mws MySQLWarnings) Error() string {