Skip to content

Commit f6b3a10

Browse files
Ms2gerptomato
authored andcommitted
Editorial: Use CreateTemporalCalendar in GetBuiltinCalendar.
1 parent a29c40b commit f6b3a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/calendar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>IsBuiltinCalendar ( _id_ )</h1>
3535
<h1>GetBuiltinCalendar ( _id_ )</h1>
3636
<emu-alg>
3737
1. If ! IsBuiltinCalendar(_id_) is *false*, throw a *RangeError* exception.
38-
1. Return ? Construct(%Temporal.Calendar%, « _id_ »).
38+
1. Return ! CreateTemporalCalendar(_id_).
3939
</emu-alg>
4040
</emu-clause>
4141

0 commit comments

Comments
 (0)