diff --git a/spec.html b/spec.html
index fe840e4a720..f19d5d4646a 100644
--- a/spec.html
+++ b/spec.html
@@ -1364,7 +1364,7 @@
Numeric Types
BigInt::exponentiate
- either a normal completion containing a BigInt or an abrupt completion
+ either a normal completion containing a BigInt or a throw completion
|
@@ -1410,7 +1410,7 @@ Numeric Types
BigInt::divide
- either a normal completion containing a BigInt or an abrupt completion
+ either a normal completion containing a BigInt or a throw completion
|
@@ -1433,7 +1433,7 @@ Numeric Types
BigInt::remainder
- either a normal completion containing a BigInt or an abrupt completion
+ either a normal completion containing a BigInt or a throw completion
|
@@ -2282,7 +2282,7 @@
BigInt::exponentiate (
_base_: a BigInt,
_exponent_: a BigInt,
- ): either a normal completion containing a BigInt or an abrupt completion
+ ): either a normal completion containing a BigInt or a throw completion
@@ -2313,7 +2313,7 @@
BigInt::divide (
_x_: a BigInt,
_y_: a BigInt,
- ): either a normal completion containing a BigInt or an abrupt completion
+ ): either a normal completion containing a BigInt or a throw completion
@@ -2329,7 +2329,7 @@
BigInt::remainder (
_n_: a BigInt,
_d_: a BigInt,
- ): either a normal completion containing a BigInt or an abrupt completion
+ ): either a normal completion containing a BigInt or a throw completion
@@ -4391,7 +4391,7 @@
ToPropertyDescriptor (
_Obj_: unknown,
- ): either a normal completion containing a Property Descriptor or an abrupt completion
+ ): either a normal completion containing a Property Descriptor or a throw completion
@@ -4486,7 +4486,7 @@ Data Blocks
CreateByteDataBlock (
_size_: a non-negative integer,
- ): either a normal completion containing a Data Block or an abrupt completion
+ ): either a normal completion containing a Data Block or a throw completion
@@ -4501,7 +4501,7 @@
CreateSharedByteDataBlock (
_size_: a non-negative integer,
- ): either a normal completion containing a Shared Data Block or an abrupt completion
+ ): either a normal completion containing a Shared Data Block or a throw completion
@@ -4748,7 +4748,7 @@
ToPrimitive (
_input_: an ECMAScript language value,
optional _preferredType_: ~string~ or ~number~,
- ): either a normal completion containing an ECMAScript language value or an abrupt completion
+ ): either a normal completion containing an ECMAScript language value or a throw completion