Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Editorial: improve desc. of abstract operation #71

Merged
merged 2 commits into from
Nov 5, 2021
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
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ <h1>
</h1>
<dl class="header">
<dt>description</dt>
<dd>It checks if any part of the underlying viewed buffer is out of bounds.</dd>
<dd>It checks if any of the object's numeric properties reference a value at an index not contained within the underlying data block's bounds.</dd>
</dl>
<emu-alg>
1. Assert: _O_ is an Integer-Indexed exotic object.
Expand Down