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
     1.1 --- a/src/cx/iterator.h	Thu May 23 18:21:08 2024 +0200
     1.2 +++ b/src/cx/iterator.h	Thu May 23 18:21:36 2024 +0200
     1.3 @@ -274,7 +274,7 @@
     1.4  
     1.5  
     1.6  /**
     1.7 - * Creates a mutating iterator for the specified plain array.
     1.8 + * Creates an iterator for the specified plain array.
     1.9   *
    1.10   * The \p array can be \c NULL in which case the iterator will be immediately
    1.11   * initialized such that #cxIteratorValid() returns \c false.
    1.12 @@ -293,7 +293,7 @@
    1.13  );
    1.14  
    1.15  /**
    1.16 - * Creates an iterator for the specified plain array.
    1.17 + * Creates a mutating iterator for the specified plain array.
    1.18   *
    1.19   * While the iterator is in use, the array may only be altered by removing
    1.20   * elements through #cxIteratorFlagRemoval(). Every other change to the array

mercurial