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

Skip to content

Commit 858f787

Browse files
committed
Fix index entry for HTMLParser class.
1 parent 41788db commit 858f787

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libformatter.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ \section{Standard Module \sectcode{formatter}}
77
implementations. The \emph{formatter} interface is used by the
88
\class{HTMLParser} class of the \module{htmllib} module, and the
99
\emph{writer} interface is required by the formatter interface.
10-
\withsubitem{(im module htmllib)}{\ttindex{HTMLParser}}
10+
\withsubitem{(class in htmllib)}{\ttindex{HTMLParser}}
1111

1212
Formatter objects transform an abstract flow of formatting events into
1313
specific output events on writer objects. Formatters manage several

Doc/libformatter.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ \section{Standard Module \sectcode{formatter}}
77
implementations. The \emph{formatter} interface is used by the
88
\class{HTMLParser} class of the \module{htmllib} module, and the
99
\emph{writer} interface is required by the formatter interface.
10-
\withsubitem{(im module htmllib)}{\ttindex{HTMLParser}}
10+
\withsubitem{(class in htmllib)}{\ttindex{HTMLParser}}
1111

1212
Formatter objects transform an abstract flow of formatting events into
1313
specific output events on writer objects. Formatters manage several

0 commit comments

Comments
 (0)