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

Skip to content

Commit 24e7a29

Browse files
committed
Work around the conversion of ">>" and "<<" to guillemets. Reported by
Ping on the Doc-SIG mailing list.
1 parent ce260d5 commit 24e7a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref5.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ \section{Summary\label{summary}}
931931
\hline
932932
\lineii{\code{\&}} {Bitwise AND}
933933
\hline
934-
\lineii{\code{<<}, \code{>>}} {Shifts}
934+
\lineii{\code{<}\code{<}, \code{>}\code{>}} {Shifts}
935935
\hline
936936
\lineii{\code{+}, \code{-}}{Addition and subtraction}
937937
\hline

0 commit comments

Comments
 (0)