Skip to content
Snippets Groups Projects
Commit 6ba48cc0 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

fixed error in doc

Rev: doc/simulated/sort_array:1.2
parent 03764e36
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,10 @@ SYNTAX ...@@ -7,10 +7,10 @@ SYNTAX
mixed *sort_array(mixed *arr,function fun,mixed ... args); mixed *sort_array(mixed *arr,function fun,mixed ... args);
DESCRIPTION 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 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 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. instead.
KEYWORDS KEYWORDS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment