From 8cad57f89a5d7738e6d97d4656ddfb6745634832 Mon Sep 17 00:00:00 2001 From: Ross Kirsling Date: Tue, 8 Sep 2020 13:13:26 -0700 Subject: [PATCH] Align style with #2007. --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index dc00f706c9c..22ca9a02a8a 100644 --- a/spec.html +++ b/spec.html @@ -36833,7 +36833,7 @@

get ArrayBuffer.prototype.byteLength

1. Let _O_ be the *this* value. 1. Perform ? RequireInternalSlot(_O_, [[ArrayBufferData]]). 1. If IsSharedArrayBuffer(_O_) is *true*, throw a *TypeError* exception. - 1. If IsDetachedBuffer(_O_) is *true*, return 0. + 1. If IsDetachedBuffer(_O_) is *true*, return *+0*. 1. Let _length_ be _O_.[[ArrayBufferByteLength]]. 1. Return _length_.