Skip to content

Commit 99ba8d2

Browse files
committed
Fix typo
Reported using the website comment form
1 parent 5862174 commit 99ba8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/dml.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ INSERT INTO products (product_no, name, price)
112112

113113
<tip>
114114
<para>
115-
When inserting a lot of data at the same time, considering using
115+
When inserting a lot of data at the same time, consider using
116116
the <xref linkend="sql-copy"> command.
117117
It is not as flexible as the <xref linkend="sql-insert">
118118
command, but is more efficient. Refer

0 commit comments

Comments
 (0)