Skip to content

Commit

Permalink
Updated insert_many method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanchiz1 committed Dec 28, 2024
1 parent e08cc34 commit 0938b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eloquent_core/src/queries/inserts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl QueryBuilder {
self
}

/// Insert single or multiple columns into the table.
/// Insert single or multiple rows into the table.
///
/// ```
/// use eloquent_core::QueryBuilder;
Expand Down

0 comments on commit 0938b19

Please sign in to comment.