Skip to content

Commit 9cdd245

Browse files
guybedfordeqrion
authored andcommitted
typo
1 parent df1f6df commit 9cdd245

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
@@ -461,7 +461,7 @@ To <dfn>instantiate imported strings</dfn> with module |module| and |importedStr
461461
1. [=list/iterate|For each=] (|moduleName|, |componentName|, |externtype|) of [=module_imports=](|module|),
462462
1. If |builtinOrStringImports| [=map/exist|contains=] |moduleName|,
463463
1. Let |o| be |builtinOrStringImports|[|moduleName|].
464-
1. If |o| [=is not an Object=] of if |o| [=map/exist|does not contain=] |componentName|,
464+
1. If |o| [=is not an Object=] or if |o| [=map/exist|does not contain=] |componentName|,
465465
1. Set |o| to [=?=] [$Get$](|importObject|, |moduleName|).
466466
1. Else,
467467
1. Let |o| be [=?=] [$Get$](|importObject|, |moduleName|).

0 commit comments

Comments
 (0)