diff --git a/execution.html b/execution.html index 9897d8b..f66575d 100644 --- a/execution.html +++ b/execution.html @@ -7540,7 +7540,7 @@
... once started started, eventually completes exactly once with a (possibly empty) set +
... once started, eventually completes exactly once with a (possibly empty) set of result datums and in exactly one of three dispositions: success, failure, or cancellation.
sch
and sndr
, on ( sch , sndr )
is ill-formed if any of the following
-are true
:
+is true:
If
does not satisfy
, or
does not satisfy
, or
If
does not satisfy
and
is not
+
does not satisfy
and
is not
a pipeable sender adaptor closure object ([exec.adapt.objects]), or
If
satisfies
and
is also
+
satisfies
and
is also
a pipeable sender adaptor closure object.