From 80eca307251a18ec466c9fd77c055277ca1236db Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Fri, 16 Feb 2018 10:11:40 -0700 Subject: Fix incorrect comment on WebSocketOrderbookChannel constructor --- packages/connect/src/ws_orderbook_channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/connect') diff --git a/packages/connect/src/ws_orderbook_channel.ts b/packages/connect/src/ws_orderbook_channel.ts index 607749e86..5aa730d8f 100644 --- a/packages/connect/src/ws_orderbook_channel.ts +++ b/packages/connect/src/ws_orderbook_channel.ts @@ -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) { -- cgit