diff options
Diffstat (limited to 'Doc/lib/xmldom.tex')
-rw-r--r-- | Doc/lib/xmldom.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/xmldom.tex b/Doc/lib/xmldom.tex index 5d4fe02..17e21c0 100644 --- a/Doc/lib/xmldom.tex +++ b/Doc/lib/xmldom.tex @@ -808,7 +808,7 @@ readonly attribute string someValue; attribute string anotherValue; \end{verbatim} -yeilds three accessor functions: a ``get'' method for +yields three accessor functions: a ``get'' method for \member{someValue} (\method{_get_someValue()}), and ``get'' and ``set'' methods for \member{anotherValue} (\method{_get_anotherValue()} and |