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

Skip to content

Commit d4ccfcb

Browse files
committed
Fix latex2html compile error
1 parent ca81046 commit d4ccfcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libstdtypes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ \section{Comparisons \label{comparisons}}
126126
\lineiii{>}{strictly greater than}{}
127127
\lineiii{>=}{greater than or equal}{}
128128
\lineiii{==}{equal}{}
129-
\lineiii{!=}{not equal}
129+
\lineiii{!=}{not equal}{}
130130
\lineiii{is}{object identity}{}
131131
\lineiii{is not}{negated object identity}{}
132132
\end{tableiii}

0 commit comments

Comments
 (0)