From 9c47e7f3f58a0c9a7bfa1393fa28601e9dfefdd0 Mon Sep 17 00:00:00 2001 From: Alexey Rogachev Date: Thu, 16 Mar 2023 17:03:38 +0600 Subject: [PATCH] Fix typo --- src/Query/InsertQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Query/InsertQuery.php b/src/Query/InsertQuery.php index a3fbf3b3..50367dc2 100644 --- a/src/Query/InsertQuery.php +++ b/src/Query/InsertQuery.php @@ -58,7 +58,7 @@ public function columns(array|string ...$columns): self /** * Set insertion rowset values or multiple rowsets. Values can be provided in multiple forms - * (method parameters, array of values, array or rowsets). Columns names will be automatically + * (method parameters, array of values, array of rowsets). Columns names will be automatically * fetched (if not already specified) from first provided rowset based on rowset keys. * * Examples: