Skip to content

Commit 9ff572c

Browse files
authored
Remove SharedArrayBuffer from CreateBytesModule (#25)
There is no immutable SharedArrayBuffer so lets remove it
1 parent 78b199b commit 9ff572c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ contributors: Steven, Guy Bedford
114114
<h1>
115115
<ins>
116116
CreateBytesModule (
117-
_arrayBuffer_: an immutable ArrayBuffer or an immutable SharedArrayBuffer
117+
_arrayBuffer_: an immutable ArrayBuffer
118118
): a Synthetic Module Record
119119
</ins>
120120
</h1>

0 commit comments

Comments
 (0)