mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-20 17:14:02 +00:00
Fix typos (#1894)
* Fix typos * Update CHANGELOG.md Co-authored-by: Austin Bonander <austin.bonander@gmail.com> Co-authored-by: Austin Bonander <austin.bonander@gmail.com>
This commit is contained in:
@@ -88,7 +88,7 @@ pub async fn list() -> anyhow::Result<()> {
|
||||
.await?
|
||||
{
|
||||
let applied_migrations = migrator.get_migrations().await.unwrap_or_else(|_| {
|
||||
println!("Could not retrive data from migration table");
|
||||
println!("Could not retrieve data from migration table");
|
||||
Vec::new()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user