Skip to content

Commit 814c1e6

Browse files
committed
remove space between backtick and word to correct <code> tags
1 parent 72aeb83 commit 814c1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manuscript/13-Modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ I> Imports without bindings are most likely to be used to create polyfills and s
339339

340340
## Loading Modules
341341

342-
While ECMAScript 6 defines the syntax for modules, it doesn't define how to load them. This is part of the complexity of a specification that's supposed to be agnostic to implementation environments. Rather than trying to create a single specification that would work for all JavaScript environments, ECMAScript 6 specifies only the syntax and abstracts out the loading mechanism to an undefined internal operation called ` HostResolveImportedModule`. Web browsers and Node.js are left to decide how to implement `HostResolveImportedModule` in a way that makes sense for their respective environments.
342+
While ECMAScript 6 defines the syntax for modules, it doesn't define how to load them. This is part of the complexity of a specification that's supposed to be agnostic to implementation environments. Rather than trying to create a single specification that would work for all JavaScript environments, ECMAScript 6 specifies only the syntax and abstracts out the loading mechanism to an undefined internal operation called `HostResolveImportedModule`. Web browsers and Node.js are left to decide how to implement `HostResolveImportedModule` in a way that makes sense for their respective environments.
343343

344344
### Using Modules in Web Browsers
345345

0 commit comments

Comments
 (0)