Skip to content

Commit 25ae64e

Browse files
committed
doc typo fix
1 parent e0f1d77 commit 25ae64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func (me *MySQLError) Error() string {
3434
return fmt.Sprintf("Error %d: %s", me.Number, me.Message)
3535
}
3636

37-
// error type which represents a group (one ore more) MySQL warnings
37+
// error type which represents a group of one ore more MySQL warnings
3838
type MySQLWarnings []mysqlWarning
3939

4040
func (mws MySQLWarnings) Error() string {

0 commit comments

Comments
 (0)