diff -r bbdc4aee8534 -r ff077f793c5d docs/Writerside/topics/array_list.h.md --- a/docs/Writerside/topics/array_list.h.md Tue Sep 23 20:31:50 2025 +0200 +++ b/docs/Writerside/topics/array_list.h.md Wed Sep 24 23:50:15 2025 +0200 @@ -3,7 +3,7 @@ Next to an array list implementation of the list interface, UCX offers several functions to work with plain C arrays equipped with a size and a capacity. -The high level [list interface](list.h.md) is documented on a separate page and explains how lists are used +The high-level [list interface](list.h.md) is documented on a separate page and explains how lists are used that are created by one of the following functions. ```C