We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c398ff commit 569e2a3Copy full SHA for 569e2a3
source/exec.tex
@@ -1893,7 +1893,6 @@
1893
};
1894
1895
\end{codeblock}
1896
-\end{itemdescr}
1897
Invocation of
1898
\tcode{\exposid{impls-for}<\exposid{write-env-t}>::\exposid{get-env}}
1899
returns an object \tcode{e} such that
@@ -1905,8 +1904,9 @@
1905
1904
the expression \tcode{e.query(q)} is expression-equivalent
1906
to \tcode{state.query(q)} if that expression is valid,
1907
otherwise, \tcode{e.query(q)} is expression-equivalent
1908
-to \tcode{get_env(rcvr).query(q)}.
+to \tcode{get_env(rcvr).que\-ry(q)}.
1909
\end{itemize}
+\end{itemdescr}
1910
1911
\rSec2[exec.snd.concepts]{Sender concepts}
1912
0 commit comments