--- a/docs/Writerside/topics/properties.h.md Sun Mar 30 18:21:43 2025 +0200 +++ b/docs/Writerside/topics/properties.h.md Mon Mar 31 19:39:42 2025 +0200 @@ -96,7 +96,7 @@ If you want to reuse a `CxProperties` structure with the same config, you can call `cxPropertiesReset()`, even if the last operation was a failure. Otherwise, you should always call `cxPropertiesDestroy()` when you are done with the parser. -> It is strongly recommended to always call `cxPropertiesDestroy` when you are done with the parser, +> It is strongly recommended to always call `cxPropertiesDestroy()` when you are done with the parser, > even if you did not expect any allocations because you used `cxPropertiesUseStack()`. ### List of Status Codes