Skip to content

Commit

Permalink
Give the legacy constructor symbol a Description
Browse files Browse the repository at this point in the history
Thanks to @waldo for the suggestion; maybe this will help debugging.
  • Loading branch information
littledan committed Feb 11, 2017
1 parent 53b46fc commit 44107b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/intl.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>The Intl Object</h1>
</p>

<p>
The Intl object has an internal slot, [[FallbackSymbol]], which is a new %Symbol% in the current realm.
The Intl object has an internal slot, [[FallbackSymbol]], which is a new %Symbol% in the current realm with the [[Description]] `"IntlLegacyConstructedSymbol"`
</p>

<emu-clause id="sec-constructor-properties-of-the-intl-object">
Expand Down

0 comments on commit 44107b6

Please sign in to comment.