Skip to content

Commit

Permalink
Editorial: Add a period at end of GDI step
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck authored and bterlson committed Apr 16, 2016
1 parent 5041676 commit 31b2652
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 @@ -36650,7 +36650,7 @@ <h1>Changes to FunctionDeclarationInstantiation</h1>
<h1>Changes to GlobalDeclarationInstantiation</h1>
<p>During GlobalDeclarationInstantiation the following steps are performed in place of step 14:</p>
<emu-alg>
1. Let _strict_ be IsStrict of _script_
1. Let _strict_ be IsStrict of _script_.
1. If _strict_ is *false*, then
1. Let _declaredFunctionOrVarNames_ be a new empty List.
1. Append to _declaredFunctionOrVarNames_ the elements of _declaredFunctionNames_.
Expand Down

0 comments on commit 31b2652

Please sign in to comment.