This commit is contained in:
Erik Little 2017-08-18 11:59:16 -04:00
parent c8ff5bac96
commit 4968e752e6
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 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)