Skip to content

Commit

Permalink
ref #1 fix copy&paste error in class name
Browse files Browse the repository at this point in the history
  • Loading branch information
agoradesign committed Apr 2, 2016
1 parent 61b3bc0 commit 16ddb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DefaultIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Agoradesign\DOMXPathIterator;

class DOMXpathIterator implements \Iterator {
class DefaultIterator implements \Iterator {

/**
* The DOMDocument we are iterating.
Expand Down

0 comments on commit 16ddb9e

Please sign in to comment.