diff --git a/spec.html b/spec.html
index 0a55173d8f7..988ea251010 100644
--- a/spec.html
+++ b/spec.html
@@ -37473,8 +37473,8 @@
Promise.prototype.finally ( _onFinally_ )
1. Let _thenFinally_ be _onFinally_.
1. Let _catchFinally_ be _onFinally_.
1. Else,
- 1. Let _thenFinally_ be a new built-in function object as defined in ThenFinally Function.
- 1. Let _catchFinally_ be a new built-in function object as defined in CatchFinally Function.
+ 1. Let _thenFinally_ be a new built-in function object as defined in .
+ 1. Let _catchFinally_ be a new built-in function object as defined in .
1. Set _thenFinally_ and _catchFinally_'s [[Constructor]] internal slots to _C_.
1. Set _thenFinally_ and _catchFinally_'s [[OnFinally]] internal slots to _onFinally_.
1. Return ? Invoke(_promise_, `"then"`, « _thenFinally_, _catchFinally_ »).