diff --git a/spec.html b/spec.html index dd4c3284d6..5581da29de 100644 --- a/spec.html +++ b/spec.html @@ -9728,7 +9728,7 @@

Immutable Prototype Exotic Objects

An object is an immutable prototype exotic object if its [[SetPrototypeOf]] internal method uses the following implementation. (Its other essential internal methods may use any implementation, depending on the specific immutable prototype exotic object in question.)

-

Unlike other exotic objects, there is not a dedicated creation abstract operation provided for immutable prototype exotic objects. This is because they are only used by %ObjectPrototype% and by host environments, and in host environments, the relevant objects are potentially exotic in other ways and thus need their own dedicated creation operation.

+

Unlike other exotic objects, there is not a dedicated creation abstract operation provided for immutable prototype exotic objects. This is because they are only used by %Object.prototype% and by host environments, and in host environments, the relevant objects are potentially exotic in other ways and thus need their own dedicated creation operation.

@@ -26031,6 +26031,7 @@

Properties of the Object Prototype Object

The Object prototype object: