We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dda8d7 commit 1be868cCopy full SHA for 1be868c
GRDB/Migration/DatabaseMigrator.swift
@@ -183,7 +183,7 @@ public struct DatabaseMigrator {
183
/// Registers a migration.
184
///
185
/// The registered migration is appended to the list of migrations to run:
186
- /// it will execute after previously registered migrations, after before
+ /// it will execute after previously registered migrations, and before
187
/// migrations that are registered later.
188
189
/// For example:
0 commit comments