[Modify] Edit it

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

View File

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