From 6ba48cc0ce499bd57f3414f349584d4065a3fd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 12 Nov 1996 14:30:50 -0800 Subject: [PATCH] fixed error in doc Rev: doc/simulated/sort_array:1.2 --- doc/simulated/sort_array | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/simulated/sort_array b/doc/simulated/sort_array index f47ec01342..7645c9ab5d 100644 --- a/doc/simulated/sort_array +++ b/doc/simulated/sort_array @@ -7,10 +7,10 @@ SYNTAX mixed *sort_array(mixed *arr,function fun,mixed ... args); DESCRIPTION - The first syntax sorts an array after a compare-function fun + This function sorts an array after a compare-function 'fun' which takes two arguments and should return 1 if the first argument is larger then the second. The rest of the arguments 'args' will be - sent as 3rd, 4th etc. argument to fun. If fun is omitted, < is unsed + sent as 3rd, 4th etc. argument to fun. If fun is omitted, `< is unsed instead. KEYWORDS -- GitLab