reference/spl/iteratoriterator/valid.xml
8230e70922c5ef11f5f9a28806b6e782f46bea8b
...
...
@@ -3,7 +3,7 @@
3
3
<refentry xml:id="iteratoriterator.valid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
<refnamediv>
5
5
<refname>IteratorIterator::valid</refname>
6
-
<refpurpose>Checks if the iterator is valid</refpurpose>
6
+
<refpurpose>Checks if the current element is valid</refpurpose>
7
7
</refnamediv>
8
8

9
9
<refsect1 role="description">
...
...
@@ -13,7 +13,7 @@
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
16
-
Checks if the iterator is valid.
16
+
Checks whether the current element is valid.
17
17
</para>
18
18
</refsect1>
19
19

...
...
@@ -25,7 +25,7 @@
25
25
<refsect1 role="returnvalues">
26
26
&reftitle.returnvalues;
27
27
<para>
28
-
Returns &true; if the iterator is valid, otherwise &false;
28
+
Returns &true; if the current element is valid, otherwise &false;
29
29
</para>
30
30
</refsect1>
31
31

32
32