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

Skip to content

Commit 2955305

Browse files
committed
Fix double hyphen markup.
1 parent 2619c9e commit 2955305

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,9 +109,9 @@ \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 cause
114-
this method to be called with the argument \code{'text'}. It is
112+
\samp{{-}{-}} and \samp{{-}{-}} delimiters, but not the delimiters
113+
themselves. For example, the comment \samp{<!{-}{-}text{-}{-}>} will
114+
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.
117117
\end{methoddesc}

0 commit comments

Comments
 (0)