[Modify] Edit it

This commit is contained in:
sta 2016-07-05 14:03:34 +09:00
parent fc4e4e1297
commit de5ae27986

View File

@ -182,8 +182,8 @@ A `WebSocket.OnError` event occurs when the `WebSocket` gets an error.
```csharp ```csharp
ws.OnError += (sender, e) => { ws.OnError += (sender, e) => {
... ...
}; };
``` ```
`e` has passed as a `WebSocketSharp.ErrorEventArgs`. `e` has passed as a `WebSocketSharp.ErrorEventArgs`.