From d2f718f0b2fe45a2f238dc6fe73ab523b84db1fd Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Mon, 19 Nov 2018 22:24:36 +0000 Subject: Typo --- src/Nodes/NodeTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)); } } -- cgit v1.2.3