src/cx/iterator.h

changeset 1193
cfa44f3f5e3b
parent 1192
1f69336faa63
--- a/src/cx/iterator.h	Tue Feb 11 21:05:24 2025 +0100
+++ b/src/cx/iterator.h	Tue Feb 11 21:19:20 2025 +0100
@@ -147,8 +147,6 @@
 /**
  * Checks if the iterator points to valid data.
  *
- * This is especially false for past-the-end iterators.
- *
  * @param iter the iterator
  * @retval true if the iterator points to valid data
  * @retval false if the iterator already moved past the end

mercurial