We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29c40b commit f6b3a10Copy full SHA for f6b3a10
spec/calendar.html
@@ -35,7 +35,7 @@ <h1>IsBuiltinCalendar ( _id_ )</h1>
35
<h1>GetBuiltinCalendar ( _id_ )</h1>
36
<emu-alg>
37
1. If ! IsBuiltinCalendar(_id_) is *false*, throw a *RangeError* exception.
38
- 1. Return ? Construct(%Temporal.Calendar%, « _id_ »).
+ 1. Return ! CreateTemporalCalendar(_id_).
39
</emu-alg>
40
</emu-clause>
41
0 commit comments