[Modify] Edit it

This commit is contained in:
sta 2016-07-04 16:34:26 +09:00
parent 4c7f6b6c77
commit 8839930cdb

View File

@ -121,7 +121,7 @@ A `WebSocket.OnOpen` event occurs when the WebSocket connection has been establi
```csharp
ws.OnOpen += (sender, e) => {
...
};
};
```
`e` has passed as the `System.EventArgs.Empty`, so you don't need to use it.