From 32d8051cfa5b2ee288e8e89071652a0ae630ca5f Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Tue, 15 Nov 2022 23:45:36 +0100 Subject: [PATCH] chore: update comment --- src/cmap/connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmap/connection.ts b/src/cmap/connection.ts index c7cf5fdae7b..7aa913fbe40 100644 --- a/src/cmap/connection.ts +++ b/src/cmap/connection.ts @@ -405,7 +405,7 @@ export class Connection extends TypedEventEmitter { // making the `responseTo` change on each response this[kQueue].delete(message.responseTo); if ('moreToCome' in message && message.moreToCome) { - // NODE-4783: If the operation description check above does find an orphaned + // If the operation description check above does find an orphaned // description and sets the operationDescription then this line will put one // back in the queue with the correct requestId and will resolve not being able // to find the next one via the responseTo of the next streaming hello.