فهرست منبع

Merge pull request #64 from go-sql-driver/doc-typo-fix

doc typo fix
Julien Schmidt 12 سال پیش
والد
کامیت
6ae39ca33e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 (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 {