docs/Writerside/topics/memory.md

changeset 1694
a2757c6427cc
parent 1318
12fa1d37fe48
--- a/docs/Writerside/topics/memory.md	Wed Dec 31 15:25:30 2025 +0100
+++ b/docs/Writerside/topics/memory.md	Wed Dec 31 16:01:08 2025 +0100
@@ -1,6 +1,6 @@
 # Memory Management
 
-With the `CxAllocator` interface UCX provides the possibility to use custom allocator functions for different purposes.
+With the `CxAllocator` interface, UCX provides the possibility to use custom allocator functions for different purposes.
 Many UCX functions support the use of specialized allocators or provide a second function suffixed with `_a`.
 
 For convenience, functions that are not explicitly requesting an allocator - like e.g. `cx_strdup_a()` - also accept

mercurial