From 6bb23096e653a944f295b693ea70b49ae79d9daf Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 8 Jul 2016 15:25:43 +0900 Subject: [PATCH] [Modify] Edit it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9237db44..58f5c7c6 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ ws.OnClose += (sender, e) => { `e` has passed as a `WebSocketSharp.CloseEventArgs`. -`e.Code` property returns a `ushort` that represents the status code indicating the reason for the close, and `e.Reason` property returns a `string` that represents the reason for the close. +`e.Code` property returns a `ushort` that represents the status code for the close, and `e.Reason` property returns a `string` that represents the reason for the close. #### Step 4 ####