--- a/docs/Writerside/topics/tree.h.md Sun Dec 14 16:21:09 2025 +0100 +++ b/docs/Writerside/topics/tree.h.md Sun Dec 14 17:30:17 2025 +0100 @@ -428,7 +428,7 @@ > Although `CxTree` supports the general concept of [destructor functions](collection.h.md#destructor-functions), > it is not based on `CX_COLLECTION_BASE`. -> Therefore, the `cxDefineDestructor()` and `cxDefineAdvancedDestructor()` macros cannot be used on a `CxTree` and +> Therefore, the `cxSetDestructor()` and `cxSetAdvancedDestructor()` macros cannot be used on a `CxTree` and > the fields must be set manually. >{style="note"}