File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ function registerModule(referrer, registry) {
135135
136136/**
137137 * Defines the `import.meta` object for a given module.
138- * @param {Symbol } symbol - Reference to the module.
138+ * @param {symbol } symbol - Reference to the module.
139139 * @param {Record<string, string | Function> } meta - The import.meta object to initialize.
140140 */
141141function initializeImportMetaObject ( symbol , meta ) {
@@ -149,7 +149,7 @@ function initializeImportMetaObject(symbol, meta) {
149149
150150/**
151151 * Asynchronously imports a module dynamically using a callback function. The native callback.
152- * @param {Symbol } symbol - Reference to the module.
152+ * @param {symbol } symbol - Reference to the module.
153153 * @param {string } specifier - The module specifier string.
154154 * @param {Record<string, string> } assertions - The import assertions object.
155155 * @returns {Promise<import('internal/modules/esm/loader.js').ModuleExports> } - The imported module object.
You can’t perform that action at this time.
0 commit comments