Skip to content

Commit

Permalink
[alg.copy] Typeset variable consistently in math font. (cplusplus#4079)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelis authored and zygoloid committed Sep 22, 2020
1 parent b9c1a47 commit b7b90c3
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 @@ -4338,7 +4338,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 b7b90c3

Please sign in to comment.