Fixed a few typo

master
sta 14 years ago
parent 2f402b4ce0
commit b948fa023d

@ -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`).

Loading…
Cancel
Save