diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml index dbae05595c57ae8374d9d27036a5734303f431cf..81414649bd433f0ccabef548b0645b670925f77c 100644 --- a/tutorial/tutorial.wmml +++ b/tutorial/tutorial.wmml @@ -6347,7 +6347,7 @@ array sort_array(array <I>arr</I>,function <I>fun</I>,mixed ... <I>args</I>); This function sorts an array after a compare-function <i>fun</i> which takes two arguments and should return 1 if the first argument is larger then the second. The rest of the arguments <i>args</i> will be -sent as 3rd, 4th etc. argument to <i>fun</i>. If <i>fun</i> is omitted, `< is used +sent as 3rd, 4th etc. argument to <i>fun</i>. If <i>fun</i> is omitted, `> is used instead. </man_description> <man_see>