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

Skip to content

Commit f6eafc3

Browse files
committed
Fix up unescaped tilde; reported by several people.
1 parent a8b6638 commit f6eafc3

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
@@ -629,7 +629,7 @@ \section{Unary arithmetic operations \label{unary}}
629629
\begin{productionlist}
630630
\production{u_expr}
631631
{\token{power} | "-" \token{u_expr}
632-
| "+" \token{u_expr} | "~" \token{u_expr}}
632+
| "+" \token{u_expr} | "{\~}" \token{u_expr}}
633633
\end{productionlist}
634634
635635
The unary \code{-} (minus) operator yields the negation of its

0 commit comments

Comments
 (0)