fix compile

This commit is contained in:
David Gunzinger 2022-01-03 09:52:20 +01:00
parent 98878a3023
commit 873fcfdeb1
1 changed files with 1 additions and 1 deletions

View File

@ -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.