fix typo in documentation (#2058)

This commit is contained in:
Ophir LOJKINE 2022-08-18 02:17:12 +02:00 committed by GitHub
parent 26f60d9525
commit 0e5b9a1bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {
self.ignore_missing = ignore_missing;
self