fix documentation

Thu, 23 May 2024 18:21:36 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 23 May 2024 18:21:36 +0200
changeset 852
16e2a3391e88
parent 851
adb4e0737c33
child 853
d4baf4dd55c3

fix documentation

relates to #389

src/cx/iterator.h file | annotate | diff | comparison | revisions
--- a/src/cx/iterator.h	Thu May 23 18:21:08 2024 +0200
+++ b/src/cx/iterator.h	Thu May 23 18:21:36 2024 +0200
@@ -274,7 +274,7 @@
 
 
 /**
- * Creates a mutating iterator for the specified plain array.
+ * Creates an iterator for the specified plain array.
  *
  * The \p array can be \c NULL in which case the iterator will be immediately
  * initialized such that #cxIteratorValid() returns \c false.
@@ -293,7 +293,7 @@
 );
 
 /**
- * Creates an iterator for the specified plain array.
+ * Creates a mutating iterator for the specified plain array.
  *
  * While the iterator is in use, the array may only be altered by removing
  * elements through #cxIteratorFlagRemoval(). Every other change to the array

mercurial