docs/Writerside/topics/map.h.md

changeset 1245
721e2032fa25
parent 1244
9a8e781258ac
--- a/docs/Writerside/topics/map.h.md	Wed Mar 12 16:08:35 2025 +0100
+++ b/docs/Writerside/topics/map.h.md	Wed Mar 12 18:32:57 2025 +0100
@@ -142,7 +142,7 @@
 ## Implement own Map Structures 
 
 ```C
-typedef struct cx_map_entry_s {
+typedef struct {
     const CxHashKey *key;
     void *value;
 } CxMapEntry;

mercurial