Skip to content

Commit

Permalink
Editorial: Make parameter of EvaluatePropertyAccessWithExpressionKey …
Browse files Browse the repository at this point in the history
…more precise (#3164)

This is more precise specification with EvaluatePropertyAccessWithExpressionKey'
usage and also in line with parameter specification of EvaluatePropertyAccessWithIdentifierKey.
  • Loading branch information
doehyunbaek authored and ljharb committed Nov 1, 2023
1 parent 3d7c44c commit cc63290
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 @@ -19134,7 +19134,7 @@ <h1>Runtime Semantics: Evaluation</h1>
<h1>
EvaluatePropertyAccessWithExpressionKey (
_baseValue_: an ECMAScript language value,
_expression_: a Parse Node,
_expression_: an |Expression| Parse Node,
_strict_: a Boolean,
): either a normal completion containing a Reference Record or an abrupt completion
</h1>
Expand Down

0 comments on commit cc63290

Please sign in to comment.