Skip to content

Commit

Permalink
Editorial: Fix check in GetModuleNamespace (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledan authored and ljharb committed Apr 10, 2019
1 parent 1c29b25 commit ae81555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Expand Up @@ -22580,7 +22580,7 @@ <h1>Runtime Semantics: GetModuleNamespace ( _module_ )</h1>

<emu-alg>
1. Assert: _module_ is an instance of a concrete subclass of Module Record.
1. Assert: _module_.[[Status]] is not `"uninstantiated"`.
1. Assert: If _module_ is a Cyclic Module Record, then _module_.[[Status]] is not `"uninstantiated"`.
1. Let _namespace_ be _module_.[[Namespace]].
1. If _namespace_ is *undefined*, then
1. Let _exportedNames_ be ? _module_.GetExportedNames().
Expand Down

0 comments on commit ae81555

Please sign in to comment.