Skip to content

Commit

Permalink
chore: fix typo (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsagar25 authored Feb 2, 2025
1 parent bb09d87 commit 92b152b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub fn alter<T: IntoIden + 'static>(name: T) -> TableAlterStatement {
Table::alter().table(name).take()
}

/// Wrapping table schema creation.
/// Wrapping table schema creation.
pub fn table_auto_tz<T>(name: T) -> TableCreateStatement
where
T: IntoIden + 'static,
Expand Down
2 changes: 1 addition & 1 deletion src/validation.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! This module provides utility functions for handling validation errors for
//! structs. It useful if you want to validate model before inset to Database.
//! structs. It useful if you want to validate model before insert to Database.
//!
//! # Example:
//!
Expand Down

0 comments on commit 92b152b

Please sign in to comment.