Skip to content

Commit

Permalink
Use SameValue
Browse files Browse the repository at this point in the history
  • Loading branch information
gsathya authored and sebmarkbage committed Apr 24, 2017
1 parent 90053be commit 918b94c
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 @@ -313,7 +313,7 @@ <h1>CopyDataProperties (_target_, _source_, _excluded_)</h1>
1. Repeat for each element _nextKey_ of _keys_ in List order,
1. Let _found_ be *false*.
1. Repeat for each element _e_ of _excluded_,
1. If _e_ is not empty and SameValueZero(_e_, _nextKey_) is true, then
1. If _e_ is not empty and SameValue(_e_, _nextKey_) is true, then
1. Set _found_ to *true*.
1. If _found_ is *false*, then
1. Let _desc_ be ? _from_.[[GetOwnProperty]](_nextKey_).
Expand Down

0 comments on commit 918b94c

Please sign in to comment.