Skip to content

Commit 0601010

Browse files
fix: command names in change stream event comment
1 parent 9764334 commit 0601010

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/change_stream.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,14 +186,13 @@ export interface ChangeStreamOptions extends AggregateOptions {
186186
/**
187187
* When enabled, configures the change stream to include extra change events.
188188
*
189-
* - createIndex
190-
* - dropIndex
191-
* - collMod
189+
* - createIndexes
190+
* - dropIndexes
191+
* - modify
192192
* - create
193193
* - shardCollection
194194
* - reshardCollection
195195
* - refineCollectionShardKey
196-
* - chunkMigrated
197196
*/
198197
showExpandedEvents?: boolean;
199198
}

0 commit comments

Comments
 (0)