Skip to content

Commit 0e5b9a1

Browse files
authored
fix typo in documentation (#2058)
1 parent 26f60d9 commit 0e5b9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/src/migrate/migrator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl Migrator {
5959
})
6060
}
6161

62-
/// Specify should ignore applied migrations that missing in the resolved migrations.
62+
/// Specify whether applied migrations that are missing from the resolved migrations should be ignored.
6363
pub fn set_ignore_missing(&mut self, ignore_missing: bool) -> &Self {
6464
self.ignore_missing = ignore_missing;
6565
self

0 commit comments

Comments
 (0)