From da44141e024ad1245355a2670aa6112412c4fcbc Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 5 Mar 2014 17:18:00 +0900 Subject: [PATCH] Fix a few --- websocket-sharp/CloseStatusCode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/CloseStatusCode.cs b/websocket-sharp/CloseStatusCode.cs index 30f9c7c3..b358cf1a 100644 --- a/websocket-sharp/CloseStatusCode.cs +++ b/websocket-sharp/CloseStatusCode.cs @@ -36,7 +36,7 @@ namespace WebSocketSharp /// /// /// The status codes for the WebSocket connection closure are defined in - /// RFC 6455 + /// RFC 6455 /// for the WebSocket protocol. /// ///