diff --git a/spec.html b/spec.html index 1cd5f67f88..8b18d5457a 100644 --- a/spec.html +++ b/spec.html @@ -3836,6 +3836,8 @@
The term “abrupt completion” refers to any completion with a [[Type]] value other than ~normal~.
+Callable objects that are defined in this specification only return a normal completion or a throw completion. Returning any other kind of completion is considered an editorial error.
+Implementation-defined callable objects must return either a normal completion or a throw completion.