Skip to content

Commit 4703edc

Browse files
Update src/mongo_types.ts
Co-authored-by: Bailey Pearson <[email protected]>
1 parent ef6649c commit 4703edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongo_types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ export class TypedEventEmitter<Events extends EventsDescription> extends EventEm
474474

475475
/**
476476
* @public
477-
* @deprecated Will be removed in favor of `AbortSignal` in the next major release.
477+
* @deprecated Will be removed in the next major release. This type is currently not used in our public API.
478478
*/
479479
export class CancellationToken extends TypedEventEmitter<{ cancel(): void }> {
480480
constructor(...args: any[]) {

0 commit comments

Comments
 (0)