[Modify] Edit it

This commit is contained in:
sta 2016-07-05 14:25:41 +09:00
parent de5ae27986
commit 6d5122b9fa

View File

@ -198,8 +198,8 @@ A `WebSocket.OnClose` event occurs when the WebSocket connection has been closed
```csharp
ws.OnClose += (sender, e) => {
...
};
...
};
```
`e` has passed as a `WebSocketSharp.CloseEventArgs`.