From 79880694b9f796e3a5cd79a080862847766ff68d Mon Sep 17 00:00:00 2001 From: David Hedbor <david@hedbor.org> Date: Wed, 19 Apr 2000 13:43:12 -0700 Subject: [PATCH] Changed wording Rev: tutorial/tutorial.wmml:1.196 --- tutorial/tutorial.wmml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml index 63c9853dc1..822af797ff 100644 --- a/tutorial/tutorial.wmml +++ b/tutorial/tutorial.wmml @@ -6625,7 +6625,7 @@ array uniq(array <I>a</I>); <man_description> This function returns an copy of the array <i>a</i> with all duplicate values removed. The order of the values in the result is same as the order -in the original array. Ie Array.uniq( ({ 1,4,1,2 }) ) would always result in +in the original array. Ie Array.uniq( ({ 1,4,1,2 }) ) will always return ({ 1,4,2 }). </man_description> </function> -- GitLab