Skip to content

Commit ce97dc0

Browse files
committed
docs: fix comment
1 parent ba91762 commit ce97dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-provider-core/src/writable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ export default interface Writable {
313313
*
314314
* @param {String} database - The db name.
315315
* @param {String} collection - The collection name.
316-
* @param {Object[]} descriptions the spec of the indexes to be created.
316+
* @param {Object[]} indexSpecs - The spec of the indexes to be created.
317317
* @param {Object} options - The command options.
318318
* @param {DbOptions} dbOptions - The database options
319319
* @return {Promise}

0 commit comments

Comments
 (0)