Skip to content

Commit 3c0f4cf

Browse files
lewissbakertkoeppe
authored andcommitted
[snd.expos] Fix typo in definition of SCHED-ENV exposition-only helper
Change `o1` -> `o2` to reference the expression declared as part of the definition of `SCHED-ENV`.
1 parent 15a43d5 commit 3c0f4cf

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
@@ -1312,7 +1312,7 @@
13121312
\tcode{sch.query(get_domain)}.
13131313
\tcode{\exposid{SCHED-ENV}(sch)} is an expression \tcode{o2}
13141314
whose type satisfies \exposconcept{queryable}
1315-
such that \tcode{o1.query(get_scheduler)} is a prvalue
1315+
such that \tcode{o2.query(get_scheduler)} is a prvalue
13161316
with the same type and value as \tcode{sch}, and
13171317
such that \tcode{o2.query(get_domain)} is expression-equivalent to
13181318
\tcode{sch.query(get_domain)}.

0 commit comments

Comments
 (0)