From 6f66af5fcfeb4e0acfdd7d45337aaaea8b416a30 Mon Sep 17 00:00:00 2001 From: timsong-cpp Date: Sun, 26 Apr 2026 23:50:34 -0500 Subject: [PATCH] [exec.get.compl.sched] Remove spurious @ --- source/exec.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/exec.tex b/source/exec.tex index f4e308d8e8..3f55bde59b 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -1130,11 +1130,11 @@ \tcode{envs} is not an empty pack, except that \tcode{envs...} is evaluated. \item -Otherwise, \tcode{get_completion_scheduler<@\exposid{completion-fn-tag}@>(q, envs...)} +Otherwise, \tcode{get_completion_scheduler<\exposid{completion-fn-tag}>(q, envs...)} is ill-formed. \end{itemize} \mandates -If \tcode{get_completion_scheduler<@\exposid{completion-fn-tag}@>(q, envs...)} +If \tcode{get_completion_scheduler<\exposid{completion-fn-tag}>(q, envs...)} is well-formed, its type satisfies \libconcept{scheduler}.