Skip to content

Commit 09b4432

Browse files
committed
fixup reference
1 parent 61e6abd commit 09b4432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/js-api/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ The verification of WebAssembly type requirements is deferred to the
539539

540540
<div algorithm>
541541
The <dfn method for="WebAssembly">namespaceInstance(|namespace|)</dfn> method, when invoked, performs the following steps:
542-
1. If |namespace| is not a [=is a Module Namespace exotic object=], [=throw=] a {{TypeError}} exception.
542+
1. If |namespace| is not a [=Module Namespace exotic object=], [=throw=] a {{TypeError}} exception.
543543
1. If |namespace|.\[[Module]] is not a [=WebAssembly Module Record=], [=throw=] a {{TypeError}} exception.
544544
1. Let |module| be |namespace|.\[[Module]].
545545
1. Return |module|.\[[Instance]].

0 commit comments

Comments
 (0)