ws: small comment

This commit is contained in:
Ethan Buchman 2017-08-08 17:33:17 -04:00
parent 9b5f21a650
commit 797acbe911
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ type WSClient struct {
// NewWSClient returns a new client. See the commentary on the func(*WSClient)
// functions for a detailed description of how to configure ping period and
// pong wait time.
// pong wait time. The endpoint argument must begin with a `/`.
func NewWSClient(remoteAddr, endpoint string, options ...func(*WSClient)) *WSClient {
addr, dialer := makeHTTPDialer(remoteAddr)
c := &WSClient{