From 989ab295dc568f45d764eb6fa18203bf17ed8a94 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 4 Nov 2015 15:12:28 +0900 Subject: [PATCH] [Modify] Polish 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 416d53b9..4ebadd3c 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -428,7 +428,7 @@ namespace WebSocketSharp /// /// /// The default logging level is . If you would like to change it, - /// you should set the Log.Level property to any of the enum + /// you should set this Log.Level property to any of the enum /// values. /// ///