diff -r e46406fd1b3c -r c6f55a2b3495 docs/Writerside/topics/allocator.h.md --- a/docs/Writerside/topics/allocator.h.md Fri Oct 10 17:24:19 2025 +0200 +++ b/docs/Writerside/topics/allocator.h.md Fri Oct 10 19:35:25 2025 +0200 @@ -52,7 +52,7 @@ // default allocator that can be changed CxAllocator *cxDefaultAllocator = cxStdlibAllocator; -// Convenience macros that invokes above functions with the cxDefaultAllocator. +// convenience macros that invoke the above with cxDefaultAllocator #define cxMallocDefault(...) #define cxZallocDefault(...) #define cxCallocDefault(...)