* modules/array-map (Description): Fix description.
* modules/hash-map (Description): Likewise.
* modules/linkedhash-map (Description): Likewise.
+2020-01-29 Bruno Haible <bruno@clisp.org>
+
+ array-map, hash-map, linkedhash-map: Fix module description.
+ * modules/array-map (Description): Fix description.
+ * modules/hash-map (Description): Likewise.
+ * modules/linkedhash-map (Description): Likewise.
+
2020-01-29 Paul Eggert <eggert@cs.ucla.edu>
dfa: do not depend on isblank
Description:
-Set data type implemented by an array.
+Map data type implemented by an array.
Files:
lib/gl_array_map.h
Description:
-Set data type implemented by a hash table.
+Map data type implemented by a hash table.
Files:
lib/gl_hash_map.h
Description:
-Set data type implemented by a hash table with a linked list.
+Map data type implemented by a hash table with a linked list.
Files:
lib/gl_linkedhash_map.h