Skip to content

Commit ae896e9

Browse files
committed
[adjacent.difference] Use code font for *i expression.
Fixes #287
1 parent 87f84ec commit ae896e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8797,7 +8797,7 @@
87978797
value type, initializes it with \tcode{*first},
87988798
and assigns the result to \tcode{*result}. For every iterator \tcode{i} in \range{first + 1}{last}
87998799
in order, creates an object \tcode{val} whose type is \tcode{InputIterator}'s value type, initializes it
8800-
with *i, computes \tcode{val - acc} or \tcode{binary_op(val, acc)}, assigns the result
8800+
with \tcode{*i}, computes \tcode{val - acc} or \tcode{binary_op(val, acc)}, assigns the result
88018801
to \tcode{*(result + (i - first))}, and move assigns from \tcode{val} to \tcode{acc}.
88028802

88038803
\pnum

0 commit comments

Comments
 (0)