Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4922cae

Browse files
committed
- remove crufty markup that's no longer needed to make the
presentation work right (and didn't work anyway) - fix minor typo
1 parent 4271310 commit 4922cae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libhtmlparser.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ \section{\module{HTMLParser} ---
109109
\begin{methoddesc}{handle_comment}{data}
110110
This method is called when a comment is encountered. The
111111
\var{comment} argument is a string containing the text between the
112-
\samp{{-}{-}} and \samp{{-}{-}} delimiters, but not the delimiters
113-
themselves. For example, the comment \samp{<!{-}{-}text{-}{-}>} will
112+
\samp{--} and \samp{--} delimiters, but not the delimiters
113+
themselves. For example, the comment \samp{<!--text-->} will
114114
cause this method to be called with the argument \code{'text'}. It is
115115
intended to be overridden by a derived class; the base class
116116
implementation does nothing.
@@ -132,7 +132,7 @@ \section{\module{HTMLParser} ---
132132
implementation does nothing.
133133
134134
\note{The \class{HTMLParser} class uses the SGML syntactic rules for
135-
processing instruction. An XHTML processing instruction using the
135+
processing instructions. An XHTML processing instruction using the
136136
trailing \character{?} will cause the \character{?} to be included in
137137
\var{data}.}
138138
\end{methoddesc}

0 commit comments

Comments
 (0)