We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f00a9 commit 38ae529Copy full SHA for 38ae529
plugins/include/adt_array.inc
@@ -219,7 +219,7 @@ methodmap ArrayList < Handle {
219
// Custom sorts an ADT Array. You must pass in a comparison function.
220
//
221
// @param sortfunc Sort comparison function to use
222
- // @param data Optional Handle or data to pass through the comparison calls.
+ // @param data Optional Handle or value to pass through the comparison calls.
223
public native void SortCustom(SortFuncADTArray sortfunc, any data=0);
224
225
// Retrieve the size of the array.
0 commit comments