diff --git a/spec.html b/spec.html index 321abe8465..ada3e897f7 100644 --- a/spec.html +++ b/spec.html @@ -40848,7 +40848,7 @@

1. Assert: IsSharedArrayBuffer(_arrayBuffer_) is *false*. 1. If _key_ is not present, set _key_ to *undefined*. - 1. If SameValue(_arrayBuffer_.[[ArrayBufferDetachKey]], _key_) is *false*, throw a *TypeError* exception. + 1. If _arrayBuffer_.[[ArrayBufferDetachKey]] is not _key_, throw a *TypeError* exception. 1. Set _arrayBuffer_.[[ArrayBufferData]] to *null*. 1. Set _arrayBuffer_.[[ArrayBufferByteLength]] to 0. 1. Return ~unused~.