Skip to content

Commit 2b4b5bf

Browse files
committed
move comment
1 parent 82e7882 commit 2b4b5bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Source/SocketIOClientStatus.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424

2525
import Foundation
2626

27+
/// **NotConnected**: initial state
28+
///
29+
/// **Disconnected**: connected before
2730
@objc public enum SocketIOClientStatus : Int {
28-
// NotConnected: initial state
29-
// Disconnected: connected before
3031
case NotConnected, Disconnected, Connecting, Connected
3132
}

0 commit comments

Comments
 (0)