language/predefined/weakmap.xml
c4650e160398873696e59305a11db9645e0b7304
...
...
@@ -20,8 +20,8 @@
20
20
</para>
21
21
<para>
22
22
<classname>WeakMap</classname> implements <interfacename>ArrayAccess</interfacename>,
23
-
<interfacename>Iterator</interfacename>, and <interfacename>Countable</interfacename>,
24
-
so in most cases it can be used in the same fashion as an associative array.
23
+
<interfacename>Traversable</interfacename> (via <interfacename>IteratorAggregate</interfacename>),
24
+
and <interfacename>Countable</interfacename>, so in most cases it can be used in the same fashion as an associative array.
25
25
</para>
26
26
</section>
27
27
<!-- }}} -->
28
28