diff --git a/stb_ds.h b/stb_ds.h index 96c64d5..fff612e 100644 --- a/stb_ds.h +++ b/stb_ds.h @@ -212,7 +212,8 @@ DOCUMENTATION shputs T hmputs(T*, T item) T shputs(T*, T item) - Returns the structure corresponding to 'key' in the hashmap. + Inserts a struct with T.key and T.value into the hashmap. If the struct is already + present in the hashmap, updates it. hmdel shdel