Skip to content

Commit 320f85a

Browse files
author
Neil Conway
committed
Fix typo.
1 parent 0f085f6 commit 320f85a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/xaggr.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/xaggr.sgml,v 1.27 2005/03/12 20:25:06 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/xaggr.sgml,v 1.28 2005/03/30 02:08:39 neilc Exp $
33
-->
44

55
<sect1 id="xaggr">
@@ -173,7 +173,7 @@ SELECT attrelid::regclass, array_accum(atttypid)
173173
must be a temporary transition value and can therefore safely be modified
174174
in-place rather than allocating a new copy. (This is the <emphasis>only</>
175175
case where it is safe for a function to modify a pass-by-reference input.)
176-
See <literal>int8inc()></> for an example.
176+
See <literal>int8inc()</> for an example.
177177
</para>
178178

179179
<para>

0 commit comments

Comments
 (0)