From fcf95f0f1cb3ae11274f1c3477447aadb76b54ca Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:27:56 +0100 Subject: [PATCH] [exec.opstate.general] Fix typo (#7370) --- source/exec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exec.tex b/source/exec.tex index 142f9c1ec2..b84dcbfa36 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -1198,7 +1198,7 @@ \pnum The program is ill-formed -if it performs a copy or move construction or assigment operation on +if it performs a copy or move construction or assignment operation on an operation state object created by connecting a library-provided sender. \rSec2[exec.opstate.start]{\tcode{execution::start}}