Skip to content

Commit 59844a6

Browse files
committed
Fix typo in sgml source.
1 parent 3e21ecb commit 59844a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/delete.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/delete.sgml,v 1.8 1999/10/01 15:24:46 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/delete.sgml,v 1.9 1999/10/04 04:37:46 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -111,7 +111,7 @@ DELETE <replaceable class="parameter">count</replaceable>
111111

112112
<tip>
113113
<para>
114-
<xref linkend="sql-truncate" endterm="squ-truncate-title"> is a
114+
<xref linkend="sql-truncate" endterm="sql-truncate-title"> is a
115115
<productname>Postgres</productname> extension which provides a
116116
faster mechanism to remove all rows from a table.
117117
</para>

0 commit comments

Comments
 (0)