fix obsolete documentation

Wed, 08 Jun 2022 21:38:45 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 08 Jun 2022 21:38:45 +0200
changeset 564
5d8ad7a0ff71
parent 563
69a83fad8a35
child 565
d756746ea94f

fix obsolete documentation

src/cx/map.h file | annotate | diff | comparison | revisions
     1.1 --- a/src/cx/map.h	Wed Jun 08 21:33:31 2022 +0200
     1.2 +++ b/src/cx/map.h	Wed Jun 08 21:38:45 2022 +0200
     1.3 @@ -232,7 +232,7 @@
     1.4  /**
     1.5   * Creates a key iterator for a map.
     1.6   *
     1.7 - * The elements of the iterator are keys of type CxDataPtr.
     1.8 + * The elements of the iterator are keys of type CxHashKey.
     1.9   *
    1.10   * \note An iterator iterates over all elements successively. Therefore the order
    1.11   * highly depends on the map implementation and may change arbitrarily when the contents change.

mercurial