Skip to content

Commit

Permalink
Libraries Guide: Fix proviso on truncate
Browse files Browse the repository at this point in the history
  • Loading branch information
quark17 committed Sep 1, 2024
1 parent b4f31db commit 3840ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/libraries_ref_guide/LibDoc/Prelude.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ \subsubsection{BitExtend}
\cline{2-2}
&\begin{libverbatim}
function x#(m) truncate (x#(n) d)
provisos (Add#(k, n, m));
provisos (Add#(k, m, n));
\end{libverbatim}
\\
\hline
Expand Down

0 comments on commit 3840ef9

Please sign in to comment.