Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="./spec.js"></script>
<pre class="metadata">
title: Proposal Import Bytes
stage: 0
stage: 2
contributors: Steven, Guy Bedford
</pre>
<emu-intro id="intro">
Expand Down Expand Up @@ -75,7 +75,7 @@ contributors: Steven, Guy Bedford
</emu-note>

<emu-note>
<p>All of the import statements in the module graph that address the same JSON <ins>or bytes </ins>module may evaluate to the same mutable object.</p>
<p>All of the import statements in the module graph that address the same JSON <ins>or bytes </ins>module may evaluate to the same <del>mutable </del>object.</p>
</emu-note>
</emu-clause>

Expand Down Expand Up @@ -114,7 +114,7 @@ contributors: Steven, Guy Bedford
<h1>
<ins>
CreateBytesModule (
_arrayBuffer_: an immutable ArrayBuffer or a SharedArrayBuffer
_arrayBuffer_: an immutable ArrayBuffer or an immutable SharedArrayBuffer
): a Synthetic Module Record
</ins>
</h1>
Expand Down