From e0b1bfb5adecb21e72847295e44d507e1ebcb075 Mon Sep 17 00:00:00 2001 From: Wouter Scherphof Date: Wed, 11 Dec 2013 08:48:10 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9f39ab..9de2189 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ All tree elements provide, apart from `:select` and `()`, the following accessor - `.classes` an array with the classes listed in element's class attribute; `{}` if none - `:getcontent()` the raw text between the opening and closing tags of the element; `""` if none - `.nodes` an array with the element's child elements, `{}` if none -- `.parent` the elements that contains this element; `root.parent` is `nil` +- `.parent` the element that contains this element; `root.parent` is `nil` ###Other - `.index` sequence number of elements in order of appearance; root index is `0`