From d4987a894fdbb8aaf7fa297fb760d09e31bbc096 Mon Sep 17 00:00:00 2001 From: Leszek Krupinski Date: Mon, 17 Jun 2002 17:59:55 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85968 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/list.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/list.xml b/reference/array/functions/list.xml index 551225b59f..9d3d78274b 100644 --- a/reference/array/functions/list.xml +++ b/reference/array/functions/list.xml @@ -1,5 +1,5 @@ - + @@ -85,7 +85,7 @@ while (list ($id, $name, $salary) = mysql_fetch_row ($result)) { parameter. If you are using plain variables, you don't have to worry about this. But if you are using arrays with indices you usually expect the order of the indices in the array the same you wrote in the - list from left to write; which it isn't. It's + list from left to right; which it isn't. It's assigned in the reverse order.