Skip to content

Commit df7c176

Browse files
committed
Editorial: Document the permanent bidirectional stability of immutable ArrayBuffer contents
1 parent 1dd81c7 commit df7c176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ contributors: Mark S. Miller, Richard Gibson
416416
</h1>
417417
<dl class="header">
418418
<dt>description</dt>
419-
<dd>It is used to create an immutable ArrayBuffer (i.e., an ArrayBuffer with a an [[ArrayBufferIsImmutable]] slot) with contents from _fromBlock_.</dd>
419+
<dd>It is used to create an immutable ArrayBuffer (i.e., an ArrayBuffer with a an [[ArrayBufferIsImmutable]] slot) with contents from _fromBlock_. The contents of an immutable ArrayBuffer's Data Block are constrained to be permanently stable, and may not be modified by either ECMAScript code or by other activities that may take place inside an implementation or observable by it.</dd>
420420
</dl>
421421
<emu-alg>
422422
1. Assert: _constructor_ is %ArrayBuffer%.

0 commit comments

Comments
 (0)