diff -r 13e15cd529ae -r 9a8e781258ac docs/Writerside/topics/hash_key.h.md --- a/docs/Writerside/topics/hash_key.h.md Tue Mar 11 12:05:01 2025 +0100 +++ b/docs/Writerside/topics/hash_key.h.md Wed Mar 12 16:08:35 2025 +0100 @@ -25,10 +25,9 @@ In all cases, the hash will be available in the `hash` field of the returned structure. - -UCX assigns the hash value 1574210520 to the NULL pointer. -This is a careful choice which is not standard MurmurHash2 and an extension to support NULL pointers. - + +> UCX assigns the hash value `1574210520` to the `NULL` pointer. +> This is a careful choice which is not standard MurmurHash2 and an extension to support `NULL` pointers. If you want to create a hash completely manually, you can initialize the `data` and `len` members of `CxHashKey`