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

Commit

Permalink
Bugfix to -> target
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Sep 29, 2016
1 parent f67e8c1 commit 73e7850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ <h1>CopyDataProperties (_target_, _source_, _excluded_)</h1>
1. Let _desc_ be ? _from_.[[GetOwnProperty]](_nextKey_).
1. If _desc_ is not *undefined* and _desc_.[[Enumerable]] is *true*, then
1. Let _propValue_ be ? Get(_from_, _nextKey_).
1. Perform ? CreateDataProperty(_to_, _nextKey_, _propValue_).
1. Perform ? CreateDataProperty(_target_, _nextKey_, _propValue_).
1. Return _target_.
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit 73e7850

Please sign in to comment.