Fixed a few typo

This commit is contained in:
sta 2012-08-08 11:36:17 +09:00
parent 2f402b4ce0
commit b948fa023d

View File

@ -71,7 +71,7 @@ switch (e.Type)
break;
default:
break;
}
}
```
If `e.Type` is `Opcode.TEXT`, you operate `e.Data` (`WebSocketSharp.MessageEventArgs.Data`, its type is `string`).