docs/Writerside/topics/collection.h.md

changeset 1424
563033aa998c
parent 1239
b4b1f15d1866
--- a/docs/Writerside/topics/collection.h.md	Sat Oct 11 15:42:48 2025 +0200
+++ b/docs/Writerside/topics/collection.h.md	Sun Oct 12 20:21:56 2025 +0200
@@ -71,7 +71,7 @@
 > Destructor functions are always invoked with a pointer to the element in your collection.
 > If your collection is storing pointers (i.e. `cxCollectionStoresPointers()` returns `true`)
 > the `cx_invoke_destructor()` will make sure that the pointer to the element is dereferenced first,
-> so that the destructor functions are _always_ invoked with pointer to the actual element.
+> so that the destructor functions are _always_ invoked with a pointer to the actual element.
 {style="note"}
 
 <seealso>

mercurial