Skip to content

Commit 5d31327

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[exec.par.scheduler] Add spaces around operator +
1 parent 14f11c3 commit 5d31327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8379,7 +8379,7 @@
83798379
is a proxy \tcode{r} for \tcode{rcvr}
83808380
with base \tcode{system_context_replaceability::bulk_item_receiver_proxy}
83818381
such that
8382-
\tcode{r.execute(i, i+1)} for index \tcode{i}
8382+
\tcode{r.execute(i, i + 1)} for index \tcode{i}
83838383
has effects equivalent to \tcode{f(i, args...)}.
83848384

83858385
\pnum

0 commit comments

Comments
 (0)