docs/Writerside/topics/allocator.h.md

changeset 1420
c6f55a2b3495
parent 1330
dd5d2402d161
--- 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(...)

mercurial