Fix and->an typo (closes bug #44103)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252865 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2008-02-13 17:34:55 +00:00
parent 581ef07abc
commit 4058360f06

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.82 -->
<refentry xml:id="function.pg-fetch-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@ -59,7 +59,7 @@
<listitem>
<para>
A <type>string</type> representing the name of the field (column) to fetch, otherwise
and <type>int</type> representing the field number to fetch. Fields are
an <type>int</type> representing the field number to fetch. Fields are
numbered from 0 upwards.
</para>
</listitem>