diff -r 8bfccb342895 -r 9a72258446cd src/cx/array_list.h --- a/src/cx/array_list.h Sat Oct 11 11:55:46 2025 +0200 +++ b/src/cx/array_list.h Sat Oct 11 15:42:48 2025 +0200 @@ -592,7 +592,6 @@ * * If either the target or the source array is not already sorted with respect * to the specified @p cmp_func, the behavior is undefined. - * Also, the @p src array must not contain duplicates within itself. * * If the capacity is insufficient to hold the new data, a reallocation * attempt is made.