From 227f21ca569c73a70d9fc4d1e180a81bc7540c45 Mon Sep 17 00:00:00 2001 From: Leo Balter Date: Wed, 20 Nov 2019 10:53:01 -0500 Subject: [PATCH] Editorial: Fix consistency over instances that are ordinary objects Ref #386 The consistency matches the text from ECMA-262 --- spec/collator.html | 2 +- spec/datetimeformat.html | 2 +- spec/numberformat.html | 2 +- spec/pluralrules.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/collator.html b/spec/collator.html index aca24494..9f236cb3 100644 --- a/spec/collator.html +++ b/spec/collator.html @@ -338,7 +338,7 @@

Intl.Collator.prototype.resolvedOptions ()

Properties of Intl.Collator Instances

- Intl.Collator instances inherit properties from %CollatorPrototype%. + Intl.Collator instances are ordinary objects that inherit properties from %CollatorPrototype%.

diff --git a/spec/datetimeformat.html b/spec/datetimeformat.html index fbfcfc21..4305d49c 100644 --- a/spec/datetimeformat.html +++ b/spec/datetimeformat.html @@ -770,7 +770,7 @@

Intl.DateTimeFormat.prototype.resolvedOptions ()

Properties of Intl.DateTimeFormat Instances

- Intl.DateTimeFormat instances inherit properties from %DateTimeFormatPrototype%. + Intl.DateTimeFormat instances are ordinary objects that inherit properties from %DateTimeFormatPrototype%.

diff --git a/spec/numberformat.html b/spec/numberformat.html index dd7c9a8b..809c913d 100644 --- a/spec/numberformat.html +++ b/spec/numberformat.html @@ -701,7 +701,7 @@

Intl.NumberFormat.prototype.resolvedOptions ()

Properties of Intl.NumberFormat Instances

- Intl.NumberFormat instances inherit properties from %NumberFormatPrototype%. + Intl.NumberFormat instances are ordinary objects that inherit properties from %NumberFormatPrototype%.

diff --git a/spec/pluralrules.html b/spec/pluralrules.html index ef719370..edef82aa 100644 --- a/spec/pluralrules.html +++ b/spec/pluralrules.html @@ -332,7 +332,7 @@

Intl.PluralRules.prototype.resolvedOptions ()

Properties of Intl.PluralRules Instances

- Intl.PluralRules instances inherit properties from %PluralRulesPrototype%. + Intl.PluralRules instances are ordinary objects that inherit properties from %PluralRulesPrototype%.