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

Make @@toStringTag more useful (fixes #72). #77

Merged
merged 1 commit into from
Jul 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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