From 873fcfdeb14cb55bc84b5c9fd92d224b9ac1e8e1 Mon Sep 17 00:00:00 2001 From: David Gunzinger Date: Mon, 3 Jan 2022 09:52:20 +0100 Subject: [PATCH] fix compile --- Sources/Packages/Sources/SecretAgentKit/SocketController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Packages/Sources/SecretAgentKit/SocketController.swift b/Sources/Packages/Sources/SecretAgentKit/SocketController.swift index 3b8ea6d..3143d99 100644 --- a/Sources/Packages/Sources/SecretAgentKit/SocketController.swift +++ b/Sources/Packages/Sources/SecretAgentKit/SocketController.swift @@ -11,7 +11,7 @@ public class SocketController { /// A handler that will be notified when a new read/write handle is available. /// False if no data could be read public var handler: ((FileHandleReader, FileHandleWriter) -> Bool)? -d)? + /// Initializes a socket controller with a specified path. /// - Parameter path: The path to use as a socket.