Skip to content

Commit 38ae529

Browse files
authored
Update adt_array.inc
1 parent 83f00a9 commit 38ae529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/include/adt_array.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ methodmap ArrayList < Handle {
219219
// Custom sorts an ADT Array. You must pass in a comparison function.
220220
//
221221
// @param sortfunc Sort comparison function to use
222-
// @param data Optional Handle or data to pass through the comparison calls.
222+
// @param data Optional Handle or value to pass through the comparison calls.
223223
public native void SortCustom(SortFuncADTArray sortfunc, any data=0);
224224

225225
// Retrieve the size of the array.

0 commit comments

Comments
 (0)