Fix incorrect comment on WebSocketOrderbookChannel constructor

This commit is contained in:
Brandon Millman
2018-02-16 10:11:40 -07:00
parent 7dbc14dc43
commit 80eca30725

View File

@@ -32,7 +32,7 @@ export class WebSocketOrderbookChannel implements OrderbookChannel {
/**
* Instantiates a new WebSocketOrderbookChannel instance
* @param url The relayer API base WS url you would like to interact with
* @param url The configuration object. Look up the type for the description.
* @param config The configuration object. Look up the type for the description.
* @return An instance of WebSocketOrderbookChannel
*/
constructor(url: string, config?: WebSocketOrderbookChannelConfig) {