diff -r 23c6e3e846a8 -r 00ba1bfa4ab4 src/cx/array_list.h --- a/src/cx/array_list.h Thu Jan 04 21:24:55 2024 +0100 +++ b/src/cx/array_list.h Fri Jan 05 00:12:11 2024 +0100 @@ -53,8 +53,9 @@ * * Implementations are not required to free the original array. * This allows re-allocation of static memory by allocating heap memory - * and copying the array contents. The information in \p data can keep - * track of the state of the memory or other additional allocator info. + * and copying the array contents. The information in the custom fields of + * the referenced allocator can be used to track the state of the memory + * or to transport other additional data. * * @param array the array to reallocate * @param capacity the new capacity (number of elements)