Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #77 from Ms2ger/@@toStringTag
Browse files Browse the repository at this point in the history
Make @@toStringTag more useful (fixes #72).
  • Loading branch information
littledan committed Jul 6, 2018
2 parents 7e34a9a + 09216dd commit 5d42766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/relativetimeformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h1>Intl.RelativeTimeFormat.prototype.constructor</h1>
<h1>Intl.RelativeTimeFormat.prototype[ @@toStringTag ]</h1>

<p>
The initial value of the @@toStringTag property is the string value `"Object"`.
The initial value of the @@toStringTag property is the string value `"Intl.RelativeTimeFormat"`.
</p>
<p>
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.
Expand Down

0 comments on commit 5d42766

Please sign in to comment.