Skip to content

Commit

Permalink
Editorial: Fix IsPartialTemporalObject parameter name
Browse files Browse the repository at this point in the history
It is referred to as `value` in the subsequent description and steps.
  • Loading branch information
trflynn89 authored and ptomato committed Nov 21, 2024
1 parent 11629bf commit 9a1a7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/abstractops.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ <h1>
<emu-clause id="sec-temporal-ispartialtemporalobject" type="abstract operation">
<h1>
IsPartialTemporalObject (
_object_: an ECMAScript language value,
_value_: an ECMAScript language value,
): either a normal completion containing a Boolean or a throw completion
</h1>
<dl class="header">
Expand Down

0 comments on commit 9a1a7cf

Please sign in to comment.