typo/nitpick
This commit is contained in:
		
							parent
							
								
									3d58c6c671
								
							
						
					
					
						commit
						93655b9c42
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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), | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue