docs/Writerside/topics/properties.h.md

changeset 1268
a84403b0a503
parent 1233
29e1c48d1a6c
--- 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

mercurial