Update comment

This commit is contained in:
Erik Little 2017-08-18 11:58:50 -04:00
parent afbf2cfc40
commit c8ff5bac96
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -67,7 +67,7 @@ extension SocketParsable where Self: SocketIOClientSpec {
} }
} }
/// Parses a messsage from the engine. Returning either a string error or a complete SocketPacket /// Parses a messsage from the engine, returning complete SocketPacket or throwing.
func parseString(_ message: String) throws -> SocketPacket { func parseString(_ message: String) throws -> SocketPacket {
var reader = SocketStringReader(message: message) var reader = SocketStringReader(message: message)