Skip to content

Commit ecb72bc

Browse files
Update doc/api/esm.md
Co-authored-by: Derek Lewis <DerekNonGeneric@inf.is>
1 parent d2c1e51 commit ecb72bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/esm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,8 +1209,8 @@ of the following:
12091209
| `'module'` | Load a standard JavaScript module (ES module) | array buffer, string, or typed array |
12101210
| `'wasm'` | Load a WebAssembly module | array buffer, or typed array |
12111211
1212-
Note: If the source value of a text-based format (i.e., `'json'`, `'module'`) is not a
1213-
string, it will be converted to a string using [`util.TextDecoder`][].
1212+
Note: If the source value of a text-based format (i.e., `'json'`, `'module'`) is
1213+
not a string, it will be converted to a string using [`util.TextDecoder`][].
12141214
12151215
Note: `Buffer` is a form of typed array.
12161216

0 commit comments

Comments
 (0)