Skip to content

Commit

Permalink
chore: fix typos (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored Jul 3, 2024
1 parent d33faad commit d0adb96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apalis-core/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ impl Extensions {
self.map.as_ref().map_or(true, |map| map.is_empty())
}

/// Get the numer of extensions available.
/// Get the number of extensions available.
///
/// # Example
///
Expand Down
2 changes: 1 addition & 1 deletion packages/apalis-sql/src/sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ impl<T> SqliteStorage<T> {
Ok(())
}

/// Add jobs that failed back to the queue if there are still remaining attemps
/// Add jobs that failed back to the queue if there are still remaining attempts
pub async fn reenqueue_failed(&self) -> Result<(), sqlx::Error>
where
T: Job,
Expand Down

0 comments on commit d0adb96

Please sign in to comment.