Skip to content

Commit e9d137e

Browse files
james2037etrepat
authored andcommitted
Correcting a typo
;)
1 parent 5880b3d commit e9d137e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ You can ask some questions to your Baum nodes:
332332
* `isAncestorOf($other)`: Returns true if node is an ancestor of the other.
333333
* `isSelfOrAncestorOf($other)`: Returns true if node is self or an ancestor.
334334
* `equals($node)`: current node instance equals the other.
335-
* `insideSubtree($node)`: Checks wether the given node is inside the subtree
335+
* `insideSubtree($node)`: Checks whether the given node is inside the subtree
336336
defined by the left and right indices.
337337
* `inSameScope($node)`: Returns true if the given node is in the same scope
338338
as the current one. That is, if *every* column in the `scoped` property has

0 commit comments

Comments
 (0)