summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2018-06-20 14:07:07 +0000
committerMagnus Hagander2018-06-20 14:08:06 +0000
commit048abf83edc91086d76342e7e2c6bd7628298ccc (patch)
treeaae8d96556242a40729053ed16ffd8e3b6e8e0f8
parentec5547e563a85cb84fc186dd96c41a86c59cc7fa (diff)
Fix typo
Reported using the website comment form
-rw-r--r--doc/src/sgml/dml.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml
index 0c65578b59e..bbac95878cf 100644
--- a/doc/src/sgml/dml.sgml
+++ b/doc/src/sgml/dml.sgml
@@ -116,7 +116,7 @@ INSERT INTO products (product_no, name, price)
<tip>
<para>
- 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 <xref linkend="sql-copy"> command.
It is not as flexible as the <xref linkend="sql-insert">
command, but is more efficient. Refer