From f61c4beaaa7ae59d5d08c509a97203df11e6e8fe Mon Sep 17 00:00:00 2001 From: Ms2ger <Ms2ger@gmail.com> Date: Tue, 9 Oct 2018 17:30:01 +0200 Subject: [PATCH] Intl.RelativeTimeFormat: Fix copy/paste error in frontmatter. (#1851) --- .../RelativeTimeFormat/prototype/resolvedOptions/branding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intl402/RelativeTimeFormat/prototype/resolvedOptions/branding.js b/test/intl402/RelativeTimeFormat/prototype/resolvedOptions/branding.js index 104649ece7..fd547383a5 100644 --- a/test/intl402/RelativeTimeFormat/prototype/resolvedOptions/branding.js +++ b/test/intl402/RelativeTimeFormat/prototype/resolvedOptions/branding.js @@ -5,7 +5,7 @@ esid: sec-Intl.RelativeTimeFormat.prototype.resolvedOptions description: Verifies the branding check for the "resolvedOptions" function of the RelativeTimeFormat prototype object. 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. features: [Intl.RelativeTimeFormat] -- GitLab