Skip to content

Commit 81baff7

Browse files
committed
fixup! module, esm: jsdoc for modules files
1 parent d1cc226 commit 81baff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/modules/esm/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/
141141
function 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.

0 commit comments

Comments
 (0)