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

Revert "Move constructors to the System object" #96

Merged
merged 1 commit into from
May 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/finalization-group.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>The FinalizationGroup Constructor</h1>
<li>is the intrinsic object <dfn>%FinalizationGroup%</dfn>.</li>
<li>
is the initial value of the `FinalizationGroup` property of
the %System% object.
the global object.
</li>
<li>
creates and initializes a new FinalizationGroup object when
Expand Down
2 changes: 1 addition & 1 deletion spec/weak-ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>The WeakRef Constructor</h1>
<ul>
<li>is the intrinsic object %WeakRef%.</li>
<li>
is the initial value of the `WeakRef` property of the %System%
is the initial value of the `WeakRef` property of the global
object.
</li>
<li>
Expand Down