Skip to content

Commit

Permalink
fix typo in documentation (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa authored Aug 18, 2022
1 parent 26f60d9 commit 0e5b9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/src/migrate/migrator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e5b9a1

Please sign in to comment.