From 218537d0a053cc01882e242026d716f26009c84a Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 25 Nov 2016 17:02:19 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 52be77cd..dfc730b4 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2696,7 +2696,7 @@ namespace WebSocketSharp /// Sends the specified file as the binary data using the WebSocket connection. /// /// - /// A that specifies the file to send. + /// A that specifies a file to send. /// /// /// The current state of the connection is not Open.