Skip to content

Commit 65e4827

Browse files
Update src/mongo_types.ts
Co-authored-by: Bailey Pearson <[email protected]>
1 parent 2180b93 commit 65e4827

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
@@ -473,7 +473,7 @@ export class TypedEventEmitter<Events extends EventsDescription> extends EventEm
473473
}
474474

475475
/**
476-
* @internal Will be removed in favor of `AbortSignal` in the next major release.
476+
* @internal
477477
*/
478478
export class CancellationToken extends TypedEventEmitter<{ cancel(): void }> {
479479
constructor(...args: any[]) {

0 commit comments

Comments
 (0)