Skip to content

Commit e0ce970

Browse files
authored
typo fix
1 parent 3fe245b commit e0ce970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ protected function assertNotDescendant(self $node)
11791179
protected function assertNodeExists(self $node)
11801180
{
11811181
if ( ! $node->getLft() || ! $node->getRgt()) {
1182-
throw new LogicException('Node must exists.');
1182+
throw new LogicException('Node must exist.');
11831183
}
11841184

11851185
return $this;

0 commit comments

Comments
 (0)