--- a/docs/Writerside/topics/compare.h.md Thu May 15 15:43:30 2025 +0200 +++ b/docs/Writerside/topics/compare.h.md Thu May 15 16:02:54 2025 +0200 @@ -12,7 +12,7 @@ ```C CxList *list = cxArrayListCreate( - cxDefaultAllocator, // use the default stdlib allocator + cxDefaultAllocator, // use the default allocator cx_cmp_int32, // the compare function for the elements sizeof(int32_t), // the size of one element 256 // reseve space for 256 elements