From 35ed99ba2e49a207afbb038afd67b20778b61995 Mon Sep 17 00:00:00 2001 From: Tobie Langel Date: Wed, 21 Oct 2009 17:00:17 +0200 Subject: [PATCH] doc: nitpicking. --- src/dom/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dom/dom.js b/src/dom/dom.js index bbf72a7..95fdd6a 100644 --- a/src/dom/dom.js +++ b/src/dom/dom.js @@ -865,7 +865,7 @@ Element.Methods = { * Removes all of `element`'s child text nodes that contain *only* * whitespace. Returns `element`. * - * This can be very useful when using standard methods like `nextSibling`, + * This can be very useful when using standard properties like `nextSibling`, * `previousSibling`, `firstChild` or `lastChild` to walk the DOM. Usually * you'd only do that if you are interested in all of the DOM nodes, not * just Elements (since if you just need to traverse the Elements in the