Skip to content

Commit

Permalink
Editorial: Minor grammar correction regarding arguments.callee
Browse files Browse the repository at this point in the history
This fixes two pluralization agreement issues introduced by tc39#689.
  • Loading branch information
bakkot committed Oct 4, 2016
1 parent 6859bb9 commit 5d94bd2
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 @@ -36749,7 +36749,7 @@ <h1>The Strict Mode of ECMAScript</h1>
The identifier `eval` or `arguments` may not appear as the |LeftHandSideExpression| of an Assignment operator (<emu-xref href="#sec-assignment-operators"></emu-xref>) or of a |UpdateExpression| (<emu-xref href="#sec-update-expressions"></emu-xref>) or as the |UnaryExpression| operated upon by a Prefix Increment (<emu-xref href="#sec-prefix-increment-operator"></emu-xref>) or a Prefix Decrement (<emu-xref href="#sec-prefix-decrement-operator"></emu-xref>) operator.
</li>
<li>
Arguments objects for strict functions defines a non-configurable accessor property `"callee"` which throw a *TypeError* exception on access (<emu-xref href="#sec-createunmappedargumentsobject"></emu-xref>).
Arguments objects for strict functions define a non-configurable accessor property `"callee"` which throws a *TypeError* exception on access (<emu-xref href="#sec-createunmappedargumentsobject"></emu-xref>).
</li>
<li>
Arguments objects for strict functions do not dynamically share their array indexed property values with the corresponding formal parameter bindings of their functions. (<emu-xref href="#sec-arguments-exotic-objects"></emu-xref>).
Expand Down

0 comments on commit 5d94bd2

Please sign in to comment.