Skip to content

Commit

Permalink
Merge pull request #4298 from sharma-shray/master
Browse files Browse the repository at this point in the history
Typos fixed, improved error handling.
  • Loading branch information
weiznich authored Oct 10, 2024
2 parents 381be19 + 5e6c6ea commit 2a9fec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diesel_migrations/src/file_based_migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl FileBasedMigrations {
})
}

/// Create a new file based migration source by searching the migration diretcory
/// Create a new file based migration source by searching the migration directory
///
/// This method looks in the current and all parent directories for a folder named
/// `migrations`
Expand All @@ -108,7 +108,7 @@ impl FileBasedMigrations {
Self::find_migrations_directory_in_path(std::env::current_dir()?.as_path())
}

/// Create a new file based migration source by searching a give path for the migration
/// Create a new file based migration source by searching a given path for the migration
/// directory
///
/// This method looks in the passed directory and all parent directories for a folder
Expand Down

0 comments on commit 2a9fec9

Please sign in to comment.