Skip to content

Commit

Permalink
Align style with #2007.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkirsling committed Sep 8, 2020
1 parent 9be38f5 commit 8cad57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -36833,7 +36833,7 @@ <h1>get ArrayBuffer.prototype.byteLength</h1>
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_.
</emu-alg>
Expand Down

0 comments on commit 8cad57f

Please sign in to comment.