Skip to content

Commit 63b4830

Browse files
authored
More precise IteratorAggregate::getIterator() description (#4478)
* More precise IteratorAggregate::getIterator() description * Update getiterator.xml
1 parent e0e74c0 commit 63b4830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language/predefined/iteratoraggregate/getiterator.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<refentry xml:id="iteratoraggregate.getiterator" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
44
<refnamediv>
55
<refname>IteratorAggregate::getIterator</refname>
6-
<refpurpose>Retrieve an external iterator</refpurpose>
6+
<refpurpose>Retrieve an external iterator or traversable</refpurpose>
77
</refnamediv>
88

99
<refsect1 role="description">
@@ -13,7 +13,7 @@
1313
<void/>
1414
</methodsynopsis>
1515
<para>
16-
Returns an external iterator.
16+
Returns an external iterator or traversable.
1717
</para>
1818
</refsect1>
1919

0 commit comments

Comments
 (0)