From d13232fc8fb28674557957f3e72cd8368add6377 Mon Sep 17 00:00:00 2001 From: messju Date: Thu, 29 Jul 2004 15:03:20 +0000 Subject: [PATCH] fixed type and description of "from"-attribute of {foreach} --- .../language-builtin-functions/language-function-foreach.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/designers/language-builtin-functions/language-function-foreach.xml b/docs/en/designers/language-builtin-functions/language-function-foreach.xml index 3d953651..bb63ed75 100644 --- a/docs/en/designers/language-builtin-functions/language-function-foreach.xml +++ b/docs/en/designers/language-builtin-functions/language-function-foreach.xml @@ -21,10 +21,10 @@ from - string + array Yes n/a - The name of the array you are looping through + The array you are looping through item