fixes accidental typos due to auto-resolution of topic titles

Fri, 14 Feb 2025 15:39:59 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 14 Feb 2025 15:39:59 +0100
changeset 1207
543988762f65
parent 1206
6ff6dffcbb08
child 1208
6e78f45b17c3

fixes accidental typos due to auto-resolution of topic titles

relates to #451

docs/Writerside/topics/collections.md file | annotate | diff | comparison | revisions
--- a/docs/Writerside/topics/collections.md	Thu Feb 13 10:37:05 2025 +0100
+++ b/docs/Writerside/topics/collections.md	Fri Feb 14 15:39:59 2025 +0100
@@ -1,7 +1,7 @@
 # Data Structures
 
-UCX provides a [](linked_list.h.md) and [](array_list.h.md) implementation over a common [](list.h.md) interface,
-as well as an [](hash_map.h.md) implementation over a [](map.h.md) interface, and a basic [](tree.h.md) implementation.
+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.
 
 Additionally, UCX provides an abstraction for [iterators](iterator.h.md) that work with all collection types, and
 plain C arrays.

mercurial