Merge pull request #112 from xiamengyu/master

Fix typo in comments
This commit is contained in:
Dale Hui 2018-10-10 13:26:36 -07:00 committed by GitHub
commit 708d67fa02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ func newCommon() *Migrate {
}
}
// Close closes the the source and the database.
// Close closes the source and the database.
func (m *Migrate) Close() (source error, database error) {
databaseSrvClose := make(chan error)
sourceSrvClose := make(chan error)