From 74cfbc8efd3f2f34d05e5c28a0299c2a7bc9c56d Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 20 Jun 2018 16:06:03 +0200 Subject: [PATCH] Fix typo Reported using the website comment form --- doc/src/sgml/dml.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml index 1e05c84fd1..97a7730955 100644 --- a/doc/src/sgml/dml.sgml +++ b/doc/src/sgml/dml.sgml @@ -112,7 +112,7 @@ INSERT INTO products (product_no, name, price) - When inserting a lot of data at the same time, considering using + When inserting a lot of data at the same time, consider using the command. It is not as flexible as the command, but is more efficient. Refer -- 2.40.0