diff --git a/spec.html b/spec.html
index 78b9d30bbe..1fa31f2f5a 100644
--- a/spec.html
+++ b/spec.html
@@ -30447,7 +30447,7 @@
The Object Constructor
- Object ( [ _value_ ] )
+ Object ( _value_ )
This function performs the following steps when called:
1. If NewTarget is neither *undefined* nor the active function object, then
@@ -30460,12 +30460,7 @@ Object ( [ _value_ ] )
Properties of the Object Constructor
- The Object constructor:
-
- - has a [[Prototype]] internal slot whose value is %Function.prototype%.
- - has a *"length"* property whose value is *1*𝔽.
- - has the following additional properties:
-
+ The Object constructor has a [[Prototype]] internal slot whose value is %Function.prototype%. It also has the following properties:
Object.assign ( _target_, ..._sources_ )