docs/Writerside/topics/list.h.md

changeset 1344
8afaeb395b3c
parent 1343
b2ba79f4cb62
--- a/docs/Writerside/topics/list.h.md	Mon Aug 18 23:00:55 2025 +0200
+++ b/docs/Writerside/topics/list.h.md	Mon Aug 18 23:06:27 2025 +0200
@@ -290,7 +290,7 @@
 The functions with `Mut` in are equivalently, except that they create a [mutating iterator](iterator.h.md#mutating-iterators).
 Removing elements via a mutating iterator will cause an invocation of the [destructor functions](collection.h.md#destructor-functions) for the removed element. 
 
-If is safe to specify an out-of-bounds index, or a `NULL` pointer, in which cases an iterator is returned for which `cxIteratorValid()` returns `false`, immediately.
+If is safe to specify an out-of-bounds index, or a `NULL` pointer, in which cases the returned iterator will behave like an iterator over an empty list.
 
 ## Reorder
 

mercurial