typo/nitpick

This commit is contained in:
snow flurry 2024-08-14 23:49:43 -07:00
parent 3d58c6c671
commit 93655b9c42

View file

@ -20,7 +20,7 @@ use tx::Transactable;
#[derive(Debug, Error)]
pub enum ModelError {
#[error("Database error occured: {0}")]
#[error("Database error occurred: {0}")]
Db(#[from] diesel::result::Error),
#[error("Unable to get database handle: {0}")]
Pool(#[from] diesel::r2d2::PoolError),