summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2018-06-20 16:07:07 +0200
committerMagnus Hagander <magnus@hagander.net>2018-06-20 16:07:30 +0200
commit39686cd7f06fb8d3c0762b4d64056ed01f085966 (patch)
tree836f78f747501883441bd48c5d6d70fff6321055
parent4832c4c191d7854e574dc0b4cad7f63ae51c5221 (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