diff --git a/spec/timezone.html b/spec/timezone.html index 4d358f331a..4a746ac9ab 100644 --- a/spec/timezone.html +++ b/spec/timezone.html @@ -107,13 +107,14 @@

get Temporal.TimeZone.prototype.id

-

Temporal.TimeZone.prototype.equals ( _other_ )

+

Temporal.TimeZone.prototype.equals ( _timeZoneLike_ )

This method performs the following steps when called:

1. Let _timeZone_ be the *this* value. 1. Perform ? RequireInternalSlot(_timeZone_, [[InitializedTemporalTimeZone]]). + 1. Let _other_ be ? ToTemporalTimeZoneSlotValue(_timeZoneLike_). 1. Return ? TimeZoneEquals(_timeZone_, _other_).