mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:57:34 +00:00
LibJS: Fix "set it to" language to be more explicit
This is an editorial change in the Temporal spec.
See: de58241
This commit is contained in:
parent
4722045e28
commit
17da627b4c
9 changed files with 16 additions and 16 deletions
|
@ -57,7 +57,7 @@ ThrowCompletionOr<Instant*> create_temporal_instant(GlobalObject& global_object,
|
|||
// 2. Assert: ! IsValidEpochNanoseconds(epochNanoseconds) is true.
|
||||
VERIFY(is_valid_epoch_nanoseconds(epoch_nanoseconds));
|
||||
|
||||
// 3. If newTarget is not present, set it to %Temporal.Instant%.
|
||||
// 3. If newTarget is not present, set newTarget to %Temporal.Instant%.
|
||||
if (!new_target)
|
||||
new_target = global_object.temporal_instant_constructor();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue