From 472529b7829f1d01e65eff4e44c61ce4db4866c9 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 21 Nov 2019 00:40:48 +0000 Subject: [PATCH] fixup 3277 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Johel Ernesto Guerrero Peña --- source/iterators.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iterators.tex b/source/iterators.tex index b33be64f48..3b67beacc2 100644 --- a/source/iterators.tex +++ b/source/iterators.tex @@ -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)}.