Skip to content

Commit

Permalink
Fix a small typo (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroParker committed Jun 6, 2023
1 parent d099669 commit adc467f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub trait ModelTrait: Clone + Send + Debug {
l.find_linked().belongs_to_tbl_alias(self, tbl_alias)
}

/// Delete an model
/// Delete a model
async fn delete<'a, A, C>(self, db: &'a C) -> Result<DeleteResult, DbErr>
where
Self: IntoActiveModel<A>,
Expand Down

0 comments on commit adc467f

Please sign in to comment.