From 1c92a9438704585a80aeaaad3e060382a35edad3 Mon Sep 17 00:00:00 2001 From: Patrick Juchli Date: Tue, 27 Feb 2024 22:05:38 +0100 Subject: [PATCH] Update comment --- src/FtpContext.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FtpContext.ts b/src/FtpContext.ts index 0b073a2..a4a0cd5 100644 --- a/src/FtpContext.ts +++ b/src/FtpContext.ts @@ -385,7 +385,7 @@ export class FTPContext { } /** - * Close a socket. Sends FIN and ignores any error. + * Close a socket, ignores any error. * @protected */ protected _closeSocket(socket: Socket | undefined) {