Skip to content

Commit

Permalink
Editorial: Change ref. to Object.assign: method => function. (#464)
Browse files Browse the repository at this point in the history
Being consistent with earlier in the clause.
  • Loading branch information
jmm authored and bterlson committed Apr 8, 2016
1 parent 45d1d63 commit 6c75bc4
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 @@ -22600,7 +22600,7 @@ <h1>Object.assign ( _target_, ..._sources_ )</h1>
1. Perform ? Set(_to_, _nextKey_, _propValue_, *true*).
1. Return _to_.
</emu-alg>
<p>The `length` property of the `assign` method is 2.</p>
<p>The `length` property of the `assign` function is 2.</p>
</emu-clause>

<!-- es6num="19.1.2.2" -->
Expand Down

0 comments on commit 6c75bc4

Please sign in to comment.