# HG changeset patch # User Mike Becker # Date 1716481296 -7200 # Node ID 16e2a3391e88c0a3f4b9a43a4d9098089cd678b3 # Parent adb4e0737c33e555b59556b6db0acfb6c90346e6 fix documentation relates to #389 diff -r adb4e0737c33 -r 16e2a3391e88 src/cx/iterator.h --- 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