Skip to content

Commit

Permalink
More precise IteratorAggregate::getIterator() description (#4478)
Browse files Browse the repository at this point in the history
* More precise IteratorAggregate::getIterator() description

* Update getiterator.xml
  • Loading branch information
staabm authored Feb 21, 2025
1 parent e0e74c0 commit 63b4830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language/predefined/iteratoraggregate/getiterator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<refentry xml:id="iteratoraggregate.getiterator" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>IteratorAggregate::getIterator</refname>
<refpurpose>Retrieve an external iterator</refpurpose>
<refpurpose>Retrieve an external iterator or traversable</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand All @@ -13,7 +13,7 @@
<void/>
</methodsynopsis>
<para>
Returns an external iterator.
Returns an external iterator or traversable.
</para>
</refsect1>

Expand Down

0 comments on commit 63b4830

Please sign in to comment.