From 38ae529a4da9083a5a2340fe106455dba9e50a8a Mon Sep 17 00:00:00 2001 From: Arron Vinyard Date: Sun, 10 Apr 2022 17:43:34 -0400 Subject: [PATCH] Update adt_array.inc --- plugins/include/adt_array.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/adt_array.inc b/plugins/include/adt_array.inc index d598d24f1..a6d95c5bc 100644 --- a/plugins/include/adt_array.inc +++ b/plugins/include/adt_array.inc @@ -219,7 +219,7 @@ methodmap ArrayList < Handle { // Custom sorts an ADT Array. You must pass in a comparison function. // // @param sortfunc Sort comparison function to use - // @param data Optional Handle or data to pass through the comparison calls. + // @param data Optional Handle or value to pass through the comparison calls. public native void SortCustom(SortFuncADTArray sortfunc, any data=0); // Retrieve the size of the array.