From bb1618faafe0f94e13a249ea4b84bec9456c6bdd Mon Sep 17 00:00:00 2001 From: Erik Little Date: Sat, 14 Oct 2017 10:17:04 -0400 Subject: [PATCH] Fix comment --- Source/SocketIO/Engine/SocketEngineClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SocketIO/Engine/SocketEngineClient.swift b/Source/SocketIO/Engine/SocketEngineClient.swift index d6383a3..eefc2ac 100644 --- a/Source/SocketIO/Engine/SocketEngineClient.swift +++ b/Source/SocketIO/Engine/SocketEngineClient.swift @@ -47,7 +47,7 @@ import Foundation /// Called when the engine receives a pong message. func engineDidReceivePong() - /// Called when the sends a ping to the server. + /// Called when the engine sends a ping to the server. func engineDidSendPing() /// Called when the engine has a message that must be parsed.