Skip to content

Commit

Permalink
Correcting a typo
Browse files Browse the repository at this point in the history
;)
  • Loading branch information
james2037 authored and etrepat committed Mar 4, 2015
1 parent 5880b3d commit e9d137e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ You can ask some questions to your Baum nodes:
* `isAncestorOf($other)`: Returns true if node is an ancestor of the other.
* `isSelfOrAncestorOf($other)`: Returns true if node is self or an ancestor.
* `equals($node)`: current node instance equals the other.
* `insideSubtree($node)`: Checks wether the given node is inside the subtree
* `insideSubtree($node)`: Checks whether the given node is inside the subtree
defined by the left and right indices.
* `inSameScope($node)`: Returns true if the given node is in the same scope
as the current one. That is, if *every* column in the `scoped` property has
Expand Down

0 comments on commit e9d137e

Please sign in to comment.