We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5880b3d commit e9d137eCopy full SHA for e9d137e
README.md
@@ -332,7 +332,7 @@ You can ask some questions to your Baum nodes:
332
* `isAncestorOf($other)`: Returns true if node is an ancestor of the other.
333
* `isSelfOrAncestorOf($other)`: Returns true if node is self or an ancestor.
334
* `equals($node)`: current node instance equals the other.
335
-* `insideSubtree($node)`: Checks wether the given node is inside the subtree
+* `insideSubtree($node)`: Checks whether the given node is inside the subtree
336
defined by the left and right indices.
337
* `inSameScope($node)`: Returns true if the given node is in the same scope
338
as the current one. That is, if *every* column in the `scoped` property has
0 commit comments