Skip to content

Commit 4f62d36

Browse files
committed
[alg.copy] Add missing \tcode formatting
1 parent 63f3e40 commit 4f62d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4615,7 +4615,7 @@
46154615
into the range \range{result - $N$}{result}
46164616
starting from \tcode{last - 1} and proceeding to \tcode{first}.
46174617
\begin{footnote}
4618-
\tcode{copy_backward} can be used instead of copy
4618+
\tcode{copy_backward} can be used instead of \tcode{copy}
46194619
when \tcode{last} is in the range \range{result - $N$}{result}.
46204620
\end{footnote}
46214621
For each positive integer $n \le N$,

0 commit comments

Comments
 (0)