diff -r bbdc4aee8534 -r ff077f793c5d docs/Writerside/topics/map.h.md --- a/docs/Writerside/topics/map.h.md Tue Sep 23 20:31:50 2025 +0200 +++ b/docs/Writerside/topics/map.h.md Wed Sep 24 23:50:15 2025 +0200 @@ -29,9 +29,9 @@ > This allows you to write clean code without checking for `NULL`-pointer everywhere. > You still need to make sure that the placeholder is replaced with an actual map before inserting elements. -> In the Sections below, the type for the key is denoted `KeyType`. -> All functions are implemented as generics, so that the following types are supported: +> All functions working with keys are implemented as generics, so that the following types are supported: > `CxHashKey`, `cxstring`, `cxmutstr`, `const char*`, and `char*`. +> When we write `KeyType`, we mean any of these types. > {style="note"} ## Examples