Skip to content

Commit fa34cd9

Browse files
committed
Fix documentation
1 parent b6a8984 commit fa34cd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/SocketIO/Manager/SocketManager.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import Foundation
4646
open class SocketManager : NSObject, SocketManagerSpec, SocketParsable, SocketDataBufferable, ConfigSettable {
4747
private static let logType = "SocketManager"
4848

49-
// MARK Properties
49+
// MARK: Properties
5050

5151
/// The socket associated with the default namespace ("/").
5252
public var defaultSocket: SocketIOClient {
@@ -125,6 +125,8 @@ open class SocketManager : NSObject, SocketManagerSpec, SocketParsable, SocketDa
125125
private var currentReconnectAttempt = 0
126126
private var reconnecting = false
127127

128+
// MARK: Initializers
129+
128130
/// Type safe way to create a new SocketIOClient. `opts` can be omitted.
129131
///
130132
/// - parameter socketURL: The url of the socket.io server.

0 commit comments

Comments
 (0)