Skip to content

Commit 6a5733a

Browse files
committed
Fix atan() description.
Bruno Wolff III
1 parent 87e76d0 commit 6a5733a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.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/func.sgml,v 1.120 2002/09/02 05:53:23 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.121 2002/09/11 02:56:46 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -743,7 +743,7 @@ PostgreSQL documentation
743743
<entry><function>atan2</function>(<replaceable>x</replaceable>,
744744
<replaceable>y</replaceable>)</entry>
745745
<entry>inverse tangent of
746-
<replaceable>a</replaceable>/<replaceable>x</replaceable></entry>
746+
<replaceable>x</replaceable>/<replaceable>y</replaceable></entry>
747747
</row>
748748

749749
<row>

0 commit comments

Comments
 (0)