From 717e06e65473f3dfed5d126706ee980a12505c04 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 5 Oct 2025 22:37:15 +0200 Subject: [PATCH] [exec.when.all] Fix spelling of 'get_stop_token_t' Fixes NB US 223-343 (C++26 CD). --- source/exec.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/exec.tex b/source/exec.tex index df7ca5439e..4877b34062 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -4444,8 +4444,8 @@ \tcode{state.\exposid{stop-src}.get_token()}, and \item given a query object \tcode{q} -with type other than \cv{} \tcode{stop_token_t} and -whose type satisfies \exposconceptx{forwarding-que\-ry}{forwarding-query}, +with type other than \cv{} \tcode{get_stop_token_t} and +whose type satisfies \exposconceptx{forwarding-\brk{}query}{forwarding-query}, \tcode{e.query(q)} is expression-equivalent to \tcode{get_env(rcvr).query(q)}. \end{itemize}