grammar
This commit is contained in:
parent
c8ff5bac96
commit
4968e752e6
@ -67,7 +67,7 @@ extension SocketParsable where Self: SocketIOClientSpec {
|
||||
}
|
||||
}
|
||||
|
||||
/// Parses a messsage from the engine, returning complete SocketPacket or throwing.
|
||||
/// Parses a messsage from the engine, returning a complete SocketPacket or throwing.
|
||||
func parseString(_ message: String) throws -> SocketPacket {
|
||||
var reader = SocketStringReader(message: message)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user