* text.texi (Document Object Model): Typo fix

This commit is contained in:
Lars Magne Ingebrigtsen 2014-11-26 20:46:51 +01:00
parent 41a1fd3638
commit b67e8b793f

View file

@ -4422,8 +4422,8 @@ Simple accessors:
@item dom-tag @var{node}
Return the @dfn{tag} (also called ``node name'') of the node.
@item dom-attr @var{node} @var{attributes}
Return the value of @var{attributes} in the node. A common usage
@item dom-attr @var{node} @var{attribute}
Return the value of @var{attribute} in the node. A common usage
would be:
@lisp