Skip to content

Commit 6ae39ca

Browse files
committed
Merge pull request #64 from go-sql-driver/doc-typo-fix
doc typo fix
2 parents e0f1d77 + 52f4d63 commit 6ae39ca

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 (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)