diff --git a/spec.html b/spec.html
index 1a1730c403f..5e45eeb1c5a 100644
--- a/spec.html
+++ b/spec.html
@@ -37603,7 +37603,6 @@
%TypedArray%.prototype.sort ( _comparefn_ )
1. Assert: Both Type(_x_) and Type(_y_) are Number or both are BigInt.
1. If _comparefn_ is not *undefined*, then
1. Let _v_ be ? ToNumber(? Call(_comparefn_, *undefined*, « _x_, _y_ »)).
- 1. If IsDetachedBuffer(_buffer_) is *true*, throw a *TypeError* exception.
1. If _v_ is *NaN*, return *+0*𝔽.
1. Return _v_.
1. If _x_ and _y_ are both *NaN*, return *+0*𝔽.