mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00
LibJS: Reflect infallibility editorial change in ToTemporalCalendar
See: 3437106
This commit is contained in:
parent
0a8209ab81
commit
d84fd3ad5c
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ Object* to_temporal_calendar(GlobalObject& global_object, Value temporal_calenda
|
|||
identifier = move(*parsed_identifier);
|
||||
}
|
||||
|
||||
// 4. Return ? CreateTemporalCalendar(identifier).
|
||||
// 4. Return ! CreateTemporalCalendar(identifier).
|
||||
return create_temporal_calendar(global_object, identifier);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue