From 4058360f0692fc336395b278d0fa12501d9e67e2 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 13 Feb 2008 17:34:55 +0000 Subject: [PATCH] Fix and->an typo (closes bug #44103) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@252865 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-fetch-result.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pgsql/functions/pg-fetch-result.xml b/reference/pgsql/functions/pg-fetch-result.xml index 5c1af546d4..0ff761dcf6 100644 --- a/reference/pgsql/functions/pg-fetch-result.xml +++ b/reference/pgsql/functions/pg-fetch-result.xml @@ -1,5 +1,5 @@ - + @@ -59,7 +59,7 @@ A string representing the name of the field (column) to fetch, otherwise - and int representing the field number to fetch. Fields are + an int representing the field number to fetch. Fields are numbered from 0 upwards.