Skip to content

Commit

Permalink
Editorial: Fix consistency over instances that are ordinary objects
Browse files Browse the repository at this point in the history
Ref #386

The consistency matches the text from ECMA-262
  • Loading branch information
leobalter committed Nov 20, 2019
1 parent 0ab43d4 commit 227f21c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/collator.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ <h1>Intl.Collator.prototype.resolvedOptions ()</h1>
<h1>Properties of Intl.Collator Instances</h1>

<p>
Intl.Collator instances inherit properties from %CollatorPrototype%.
Intl.Collator instances are ordinary objects that inherit properties from %CollatorPrototype%.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion spec/datetimeformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ <h1>Intl.DateTimeFormat.prototype.resolvedOptions ()</h1>
<h1>Properties of Intl.DateTimeFormat Instances</h1>

<p>
Intl.DateTimeFormat instances inherit properties from %DateTimeFormatPrototype%.
Intl.DateTimeFormat instances are ordinary objects that inherit properties from %DateTimeFormatPrototype%.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion spec/numberformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ <h1>Intl.NumberFormat.prototype.resolvedOptions ()</h1>
<h1>Properties of Intl.NumberFormat Instances</h1>

<p>
Intl.NumberFormat instances inherit properties from %NumberFormatPrototype%.
Intl.NumberFormat instances are ordinary objects that inherit properties from %NumberFormatPrototype%.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion spec/pluralrules.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ <h1>Intl.PluralRules.prototype.resolvedOptions ()</h1>
<h1>Properties of Intl.PluralRules Instances</h1>

<p>
Intl.PluralRules instances inherit properties from %PluralRulesPrototype%.
Intl.PluralRules instances are ordinary objects that inherit properties from %PluralRulesPrototype%.
</p>

<p>
Expand Down

0 comments on commit 227f21c

Please sign in to comment.