doc: nitpicking.

This commit is contained in:
Tobie Langel 2009-10-21 17:00:17 +02:00
parent 067a0ec364
commit 35ed99ba2e
1 changed files with 1 additions and 1 deletions

View File

@ -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