Fix a few words

This commit is contained in:
sta 2012-10-01 15:59:27 +09:00
parent 7137a4e6db
commit ae5d461a42

View File

@ -218,7 +218,7 @@ So it is necessary to run with root permission.
Setting WebSocketServer event handler.
##### WebSocketServer<T>.OnError event #####
##### WebSocketServer&lt;T>.OnError event #####
`WebSocketServer<T>.OnError` event is emitted when some error is occurred.
@ -233,7 +233,7 @@ Error message is stored in `e.Message` (`WebSocketSharp.ErrorEventArgs.Message`,
##### WebSocketServer.OnError event #####
Same as WebSocketServer<T>.OnError event.
Same as `WebSocketServer<T>.OnError` event.
#### Step 5 ####