Fix typo.
authorNeil Conway <neilc@samurai.com>
Wed, 30 Mar 2005 02:08:39 +0000 (02:08 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 30 Mar 2005 02:08:39 +0000 (02:08 +0000)
doc/src/sgml/xaggr.sgml

index 8839c400058f4b54fddf4c5f01c7c1c29cb429f2..6b20b4abdcaccef4c922713293956c309e34390e 100644 (file)
@@ -173,7 +173,7 @@ SELECT attrelid::regclass, array_accum(atttypid)
    must be a temporary transition value and can therefore safely be modified
    in-place rather than allocating a new copy.  (This is the <emphasis>only</>
    case where it is safe for a function to modify a pass-by-reference input.)
-   See <literal>int8inc()></> for an example.
+   See <literal>int8inc()</> for an example.
   </para>
 
   <para>