diff -r db8299984bfe -r 6a842bd49fea docs/Writerside/topics/mempool.h.md --- a/docs/Writerside/topics/mempool.h.md Mon Dec 22 15:47:59 2025 +0100 +++ b/docs/Writerside/topics/mempool.h.md Mon Dec 22 16:12:20 2025 +0100 @@ -179,7 +179,7 @@ // use the memory pool to allocate the target array cxstring* lines; size_t lc = cx_strsplit_a( - pool->allocator, contentstr, cx_str("\n"), SIZE_MAX, &lines + pool->allocator, contentstr, "\n", SIZE_MAX, &lines ); // skip the header and parse the remaining data into a linked list