mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-05 08:45:14 +00:00
fix typo in documentation (#2058)
This commit is contained in:
parent
26f60d9525
commit
0e5b9a1bea
@ -59,7 +59,7 @@ impl Migrator {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Specify should ignore applied migrations that missing in the resolved migrations.
|
/// Specify whether applied migrations that are missing from the resolved migrations should be ignored.
|
||||||
pub fn set_ignore_missing(&mut self, ignore_missing: bool) -> &Self {
|
pub fn set_ignore_missing(&mut self, ignore_missing: bool) -> &Self {
|
||||||
self.ignore_missing = ignore_missing;
|
self.ignore_missing = ignore_missing;
|
||||||
self
|
self
|
||||||
|
Loading…
x
Reference in New Issue
Block a user