Skip to content

Commit

Permalink
clarify assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Nov 18, 2018
1 parent 9a25d35 commit 8617999
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 @@ -8608,7 +8608,7 @@ <h1>ModuleNamespaceCreate ( _module_, _exports_ )</h1>
<emu-alg>
1. Assert: _module_ is a Module Record.
1. Assert: _module_.[[Namespace]] is *undefined*.
1. Assert: _exports_ is a List of String values or *null*.
1. Assert: _exports_ is either *null*, or a List of String values.
1. Let _M_ be a newly created object.
1. Set _M_'s essential internal methods to the definitions specified in <emu-xref href="#sec-module-namespace-exotic-objects"></emu-xref>.
1. Set _M_.[[Module]] to _module_.
Expand Down

0 comments on commit 8617999

Please sign in to comment.