Skip to content

Commit a17aa6e

Browse files
authored
Fix typo in doc comment
1 parent 5d84bec commit a17aa6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package migrate reads migrations from sources and runs them against databases.
22
// Sources are defined by the `source.Driver` and databases by the `database.Driver`
3-
// interface. The driver interfaces are kept "dump", all migration logic is kept
3+
// interface. The driver interfaces are kept "dumb", all migration logic is kept
44
// in this package.
55
package migrate
66

0 commit comments

Comments
 (0)