Skip to content

Commit

Permalink
Adds missing comma
Browse files Browse the repository at this point in the history
I couldn't incorporate domenic suggested edit via web UI
so doing it manually.
  • Loading branch information
mikesamuel committed Jun 4, 2019
1 parent cdd941a commit 743a864
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 @@ -23367,7 +23367,7 @@ <h1>eval ( _x_ )</h1>
</emu-alg>

<emu-clause id="sec-performeval" aoid="PerformEval">
<h1>Runtime Semantics: PerformEval ( _x_, _callerRealm_ _strictCaller_, _direct_ )</h1>
<h1>Runtime Semantics: PerformEval ( _x_, _callerRealm_, _strictCaller_, _direct_ )</h1>
<p>The abstract operation PerformEval with arguments _x_, _callerRealm_, _strictCaller_, and _direct_ performs the following steps:</p>
<emu-alg>
1. Assert: If _direct_ is *false*, then _strictCaller_ is also *false*.
Expand Down

0 comments on commit 743a864

Please sign in to comment.