--- a/src/cx/array_list.h Wed Mar 05 20:53:41 2025 +0100 +++ b/src/cx/array_list.h Thu Mar 06 20:28:34 2025 +0100 @@ -727,7 +727,7 @@ * * If @p elem_size is #CX_STORE_POINTERS, the created list stores pointers instead of * copies of the added elements and the compare function will be automatically set - * to cx_cmp_ptr(), if none is given. + * to cx_cmp_ptr(). * * @param elem_size (@c size_t) the size of each element in bytes * @param initial_capacity (@c size_t) the initial number of elements the array can store