fix build (invalid element name)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327738 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2012-09-21 16:21:21 +00:00
parent 14981041d0
commit c4e11d3254

View file

@ -34,7 +34,7 @@
<classname>Iterator</classname> must be used instead.
When implementing an interface which extends Traversable, make sure to
list <classname>IteratorAggregate</classname> or
<className>Iterator</className> before its name in the implements
<classname>Iterator</classname> before its name in the implements
clause.
</para>
</note>