From c8ca993639f5a94f3da9c6de831156848b50ef0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Mon, 29 Jun 2026 07:19:21 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20typo=20in=20Interface.ts=20commen?= =?UTF-8?q?t=20(objets=E2=86=92objects)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Interface.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interface.ts b/src/Interface.ts index ada09fc..81cab49 100644 --- a/src/Interface.ts +++ b/src/Interface.ts @@ -122,7 +122,7 @@ export default class Interface extends stream.Duplex { } /* - Used by InterfaceSocket objets to unregister themselves when closing. + Used by InterfaceSocket objects to unregister themselves when closing. */ unregisterSocket(protocol: number): void { delete this.sockets[protocol];