Skip to content

Commit

Permalink
Editorial: Fix note in CreateDynamicFunction. Fixes #751.
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Dec 29, 2016
1 parent 023da9d commit 5ce3a49
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 @@ -23774,7 +23774,7 @@ <h1>Runtime Semantics: CreateDynamicFunction( _constructor_, _newTarget_, _kind_
1. Return _F_.
</emu-alg>
<emu-note>
<p>A `prototype` property is automatically created for every function created using CreateDynamicFunction, to provide for the possibility that the function will be used as a constructor.</p>
<p>A `prototype` property is created for every non-async function created using CreateDynamicFunction to provide for the possibility that the function will be used as a constructor.</p>
</emu-note>
</emu-clause>
</emu-clause>
Expand Down

0 comments on commit 5ce3a49

Please sign in to comment.