diff --git a/spec.html b/spec.html
index 90d2015448..70757f76d8 100644
--- a/spec.html
+++ b/spec.html
@@ -13980,7 +13980,9 @@
a built-in function object _F_ (when the method is present)
- 1. Return ? BuiltinCallOrConstruct(_F_, ~uninitialized~, _argumentsList_, _newTarget_).
+ 1. Let _result_ be ? BuiltinCallOrConstruct(_F_, ~uninitialized~, _argumentsList_, _newTarget_).
+ 1. Assert: _result_ is an Object.
+ 1. Return _result_.