Skip to content

Commit 9c92442

Browse files
committed
Correct comments.
1 parent 201a29e commit 9c92442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Models/WebSocket.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ open class WebSocket: NSObject, WebSocketConnection, URLSessionWebSocketDelegate
4040
}
4141
}
4242

43-
// MARK: - URLSessionWebSocketDelegate methods
43+
// MARK: - URLSessionWebSocketDelegate conformance
4444

4545
public func urlSession(_ session: URLSession,
4646
webSocketTask: URLSessionWebSocketTask,
@@ -57,7 +57,7 @@ open class WebSocket: NSObject, WebSocketConnection, URLSessionWebSocketDelegate
5757
reason: reason)
5858
}
5959

60-
// MARK: - WebSocketConnectionDelegate methods
60+
// MARK: - WebSocketConnection conformance
6161

6262
func connect() {
6363
webSocketTask.resume()

0 commit comments

Comments
 (0)