Fixed a word

This commit is contained in:
sta 2012-08-04 16:31:16 +09:00
parent 0f82564ed5
commit 9212716319

View File

@ -50,7 +50,7 @@ Setting `WebSocket` event handlers.
...
};
**Type** of received WebSocket data frame is stored in `e.Type` (`WebSocketSharp.MessageEventArgs.Type`, its type is `WebSocketSharp.Frame.Opcode`), so you check it out and you determine which item you should operate.
**Frame type** of received WebSocket data frame is stored in `e.Type` (`WebSocketSharp.MessageEventArgs.Type`, its type is `WebSocketSharp.Frame.Opcode`), so you check it out and you determine which item you should operate.
switch (e.Type)
{