Skip to content

Commit

Permalink
Remove stray single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jan 18, 2022
1 parent ccf7f52 commit 0d67136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/overloaded.tex
Expand Up @@ -21,7 +21,7 @@ \section{Overview of overloaded operators}\label{overview-of-overloaded-operator
\item Overloaded string conversions, see \cref{overloaded-string-conversions}:\\ \lstinline!'String'!
\item Overloaded binary operations, see \cref{overloaded-binary-operations}:\\
\lstinline!'+'!, \lstinline!'-'! (subtraction), \lstinline!'*'!, \lstinline!'/'!, \lstinline!'^'!,
\lstinline!'=='!, \lstinline!'<='!', \lstinline!'>'!, \lstinline!'<'!,
\lstinline!'=='!, \lstinline!'<='!, \lstinline!'>'!, \lstinline!'<'!,
\lstinline!'>='!, \lstinline!'<='!, \lstinline!'and'!, \lstinline!'or'!
\item Overloaded unary operations, see \cref{overloaded-unary-operations}:\\
\lstinline!'-'! (negation), \lstinline!'not'!
Expand Down

0 comments on commit 0d67136

Please sign in to comment.