Skip to content

Commit

Permalink
[alg.copy] Typeset variable consistently in math font. (#4079)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelis committed Jul 11, 2020
1 parent dab72a1 commit 884ca58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/algorithms.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4334,7 +4334,7 @@
\pnum
\effects
For each non-negative integer $i < N$,
performs \tcode{*(result + i) = *(first + i)}.
performs \tcode{*(result + $i$) = *(first + $i$)}.

\pnum
\returns
Expand Down

0 comments on commit 884ca58

Please sign in to comment.