forked from mirror/websocket
Minor fixes in comments
* Fix typo "netowrk" is a misspelling of "network" * Fix export comment Comment on exported type Hub should be of the form "Hub ..." (golint)
This commit is contained in:
parent
eb92580837
commit
cd94665a65
|
@ -4,7 +4,7 @@
|
|||
|
||||
package main
|
||||
|
||||
// hub maintains the set of active clients and broadcasts messages to the
|
||||
// Hub maintains the set of active clients and broadcasts messages to the
|
||||
// clients.
|
||||
type Hub struct {
|
||||
// Registered clients.
|
||||
|
|
Loading…
Reference in New Issue