mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 00:14:35 +02:00
Intl.RelativeTimeFormat: Fix copy/paste error in frontmatter. (#1851)
This commit is contained in:
parent
2234f0fc40
commit
f61c4beaaa
@ -5,7 +5,7 @@
|
|||||||
esid: sec-Intl.RelativeTimeFormat.prototype.resolvedOptions
|
esid: sec-Intl.RelativeTimeFormat.prototype.resolvedOptions
|
||||||
description: Verifies the branding check for the "resolvedOptions" function of the RelativeTimeFormat prototype object.
|
description: Verifies the branding check for the "resolvedOptions" function of the RelativeTimeFormat prototype object.
|
||||||
info: |
|
info: |
|
||||||
Intl.RelativeTimeFormat.prototype.resolvedOptions( value, unit )
|
Intl.RelativeTimeFormat.prototype.resolvedOptions ()
|
||||||
|
|
||||||
2. If Type(relativeTimeFormat) is not Object or relativeTimeFormat does not have an [[InitializedRelativeTimeFormat]] internal slot whose value is true, throw a TypeError exception.
|
2. If Type(relativeTimeFormat) is not Object or relativeTimeFormat does not have an [[InitializedRelativeTimeFormat]] internal slot whose value is true, throw a TypeError exception.
|
||||||
features: [Intl.RelativeTimeFormat]
|
features: [Intl.RelativeTimeFormat]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user