Skip to content

Commit

Permalink
fixup 3277
Browse files Browse the repository at this point in the history
Co-Authored-By: Johel Ernesto Guerrero Peña <johelegp@gmail.com>
  • Loading branch information
zygoloid and JohelEGP committed Nov 21, 2019
1 parent b10a9c2 commit 472529b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/iterators.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@
\tcode{(a + D(x + y))} is equal to \tcode{((a + x) + y)}.
\item \tcode{(a + D(0))} is equal to \tcode{a}.
\item If \tcode{(a + D(n - 1))} is valid, then
\tcode{(a + n)} is equal to \tcode{[](I c)\{ return ++c; \}}.
\tcode{(a + n)} is equal to \tcode{[](I c)\{ return ++c; \}(a + D(n - 1))}.
\item \tcode{(b += -n)} is equal to \tcode{a}.
\item \tcode{(b -= n)} is equal to \tcode{a}.
\item \tcode{addressof(b -= n)} is equal to \tcode{addressof(b)}.
Expand Down

0 comments on commit 472529b

Please sign in to comment.