Skip to content

Commit

Permalink
Update spec.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored Jan 28, 2024
1 parent d0b07f0 commit 4bd9cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h1>Uint8Array.fromHexInto ( _string_, _into_ )</h1>
1. Let _byte_ be _bytes_[_index_].
1. Let _byteIndexInBuffer_ be _index_ + _offset_.
1. Perform SetValueInBuffer(_into_.[[ViewedArrayBuffer]], _byteIndexInBuffer_, ~uint8~, 𝔽(_byte_), *true*, ~unordered~).
1. Set _index_ to _index_ + 2.
1. Set _index_ to _index_ + 1.
1. Let _resultObject_ be OrdinaryObjectCreate(%Object.prototype%).
1. Perform ! CreateDataPropertyOrThrow(_resultObject_, *"read"*, 𝔽(_result_.[[Read]])).
1. Perform ! CreateDataPropertyOrThrow(_resultObject_, *"written"*, 𝔽(_written_)).
Expand Down

0 comments on commit 4bd9cb2

Please sign in to comment.