From 34fb7909ec502a834064abf0edcadab6a228a592 Mon Sep 17 00:00:00 2001 From: Wouter Scherphof Date: Wed, 11 Dec 2013 08:50:27 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9de2189..5ae4bfb 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ All tree elements provide, apart from `:select` and `()`, the following accessor - `.level` how deep the element is in the tree; root level is `0` - `.root` the root element of the tree; `root.root` is `root` - `.deepernodes` a [Set][1] containing all elements in the tree beneath this element, including this element's `.nodes`; `{}` if none -- `.deeperelements` a table with a key for each distinct tagname in `.deepernodes`, containing a [Set][1] of all deeper element nodes with that name; `{}` in none +- `.deeperelements` a table with a key for each distinct tagname in `.deepernodes`, containing a [Set][1] of all deeper element nodes with that name; `{}` if none - `.deeperattributes` as `.deeperelements`, but keyed on attribute name - `.deeperids` as `.deeperelements`, but keyed on id value - `.deeperclasses` as `.deeperelements`, but keyed on class name