Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a95b13d

Browse files
author
xiamengyu1
committed
Fix typo
1 parent 1e60261 commit a95b13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func newCommon() *Migrate {
186186
}
187187
}
188188

189-
// Close closes the the source and the database.
189+
// Close closes the source and the database.
190190
func (m *Migrate) Close() (source error, database error) {
191191
databaseSrvClose := make(chan error)
192192
sourceSrvClose := make(chan error)

0 commit comments

Comments
 (0)