diff -r 9a8e781258ac -r 721e2032fa25 docs/Writerside/topics/map.h.md --- 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;