Skip to content

Commit 8cffae6

Browse files
author
Success Go
authored
Fix typo of MSSQL (#10850)
1 parent e6baa65 commit 8cffae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
// Needed for the Postgresql driver
2323
_ "github.com/lib/pq"
2424

25-
// Needed for the MSSSQL driver
25+
// Needed for the MSSQL driver
2626
_ "github.com/denisenkom/go-mssqldb"
2727
)
2828

0 commit comments

Comments
 (0)