Skip to content

Commit 9ffc731

Browse files
committed
Change let to var
1 parent b6ea945 commit 9ffc731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TCPSocket.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Foundation
1111
/// Class wrapping around TCP/IPv6 socket
1212
public final class TCPSocket {
1313
/// The file descriptor number for socket
14-
let fileDescriptor: Int32
14+
var fileDescriptor: Int32
1515

1616
/// Whether is this socket in block mode or not
1717
var blocking: Bool {

0 commit comments

Comments
 (0)