diff --git a/source/exec.tex b/source/exec.tex index fe3b1f0c52..b8a5fe6825 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -6613,7 +6613,7 @@ \begin{example} \begin{codeblock} template<@\libconcept{sender}@ Sndr> -sender auto parameterize_work(Sndr sndr) { +@\libconcept{sender}@ auto parameterize_work(Sndr sndr) { // Make an environment such that \tcode{get_allocator(env)} returns a reference to a copy of \tcode{my_alloc\{\}}. auto e = prop(get_allocator, my_alloc{});