summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Nodes/NodeTrait.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Nodes/NodeTrait.php b/src/Nodes/NodeTrait.php
index f3f127b..ea0e0ac 100644
--- a/src/Nodes/NodeTrait.php
+++ b/src/Nodes/NodeTrait.php
@@ -553,7 +553,7 @@ trait NodeTrait
// Subtract the amount of nodes removed from the current index
$i -= $count - count($nodes);
- // Subtract the amount of nodes removes from the current count
+ // Subtract the amount of nodes removed from the current count
$count -= ($count - count($nodes));
}
}