Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bb46756

Browse files
author
Neil Conway
committed
Fix typo in docs.
1 parent f7332e8 commit bb46756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.218 2004/08/18 03:06:56 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.219 2004/09/28 10:18:22 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -7187,7 +7187,7 @@ SELECT col FROM sometable ORDER BY col ASC LIMIT 1;
71877187
</programlisting>
71887188
A similar query (obtained by substituting <literal>DESC</literal>
71897189
for <literal>ASC</literal> in the query above) can be used in the
7190-
place of <function>max()</function>).
7190+
place of <function>max()</function>.
71917191
</para>
71927192

71937193
<para>

0 commit comments

Comments
 (0)