diff --git a/source/exec.tex b/source/exec.tex index 99ea7b1f2e..ebbc05c677 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -611,8 +611,8 @@ inline constexpr schedule_t @\libglobal{schedule}@{}; inline constexpr @\unspec@ @\libglobal{read_env}@{}; - template<@\libconcept{scheduler}@ Sndr> - using @\libglobal{schedule_result_t}@ = decltype(schedule(declval())); + template<@\libconcept{scheduler}@ Sch> + using @\libglobal{schedule_result_t}@ = decltype(schedule(declval())); // \ref{exec.adapt}, sender adaptors template<@\exposconcept{class-type}@ D>