DocumentTraversal.createNodeIterator() cut-and-paste error

There is a minor cut-and-paste error in the description of the method
DocumentTraversal.createNodeIterator() in the DOM Level 2 Traversal
specification:

The descripion of the filter argument to createNodeIterator() is as
follows: "The NodeFilter to be used with this TreeWalker, or null to
indicate no filter.".

Obviously, that description should say NodeIterator, not TreeWalker

	   David Flanagan

Received on Monday, 20 August 2001 17:02:44 UTC