Skip to content

Commit 91436f8

Browse files
Prometheus2677FPiety0521
authored andcommitted
Merge pull request #112 from xiamengyu/master
Fix typo in comments
2 parents 485def0 + 274fd4a commit 91436f8

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)