docs/Writerside/topics/collections.md

changeset 1639
5c3e6477aab4
parent 1390
ff077f793c5d
--- a/docs/Writerside/topics/collections.md	Fri Dec 19 18:31:26 2025 +0100
+++ b/docs/Writerside/topics/collections.md	Sat Dec 20 10:43:14 2025 +0100
@@ -3,7 +3,7 @@
 UCX provides a [linked list](linked_list.h.md) and [array list](array_list.h.md) implementation over a common [list](list.h.md) interface,
 as well as a [hash nap](hash_map.h.md) implementation over a [map](map.h.md) interface, and a basic [tree](tree.h.md) implementation.
 
-Another special collection is the [key/value-list](kv_list.h.md) that combines both the list and the map interfaces.
+Another special collection is the [key/value list](kv_list.h.md) that combines both the list and the map interfaces.
 
 Additionally, UCX provides an abstraction for [iterators](iterator.h.md) that work with all collection types, and
 plain C arrays.

mercurial