summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-11-19 22:24:36 +0000
committerAndres Rey <[email protected]>2018-11-19 22:24:36 +0000
commitd2f718f0b2fe45a2f238dc6fe73ab523b84db1fd (patch)
tree2ffc51ae9e4f9cfb405c739d47caaf4f0c48ba33 /src
parente7811597f151351688b79a7a68dc665179759f19 (diff)
Typo
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));
}
}