Skip to content

Commit

Permalink
Meta: export create algorithm for ArrayBufferView
Browse files Browse the repository at this point in the history
Regressed in c45a0f3.
  • Loading branch information
reillyeon authored Jun 24, 2023
1 parent c3b4e97 commit f272170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -8785,7 +8785,7 @@ a reference to the same object that the IDL value represents.
</div>

<div algorithm>
To <dfn for="ArrayBufferView">create</dfn> one of the {{ArrayBufferView}} types from a
To <dfn export for="ArrayBufferView">create</dfn> one of the {{ArrayBufferView}} types from a
[=byte sequence=] |bytes| in a [=realm=] |realm|:

1. Assert: if the type is not {{DataView}}, then |bytes|'s [=byte sequence/length=] [=modulo=]
Expand Down

0 comments on commit f272170

Please sign in to comment.