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.