Skip to content

Commit 52f4d63

Browse files
committed
doc typo fix fix
1 parent 25ae64e commit 52f4d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors.go

Lines changed: 1 addition & 1 deletion
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 of one ore more MySQL warnings
37+
// error type which represents a group of one or more MySQL warnings
3838
type MySQLWarnings []mysqlWarning
3939

4040
func (mws MySQLWarnings) Error() string {

0 commit comments

Comments
 (0)