From ce11a38d700a89ae5cda5810dff34a0efd2068ba Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 9 Nov 2017 16:23:39 -0500 Subject: Improve comment --- src/0x.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/0x.ts b/src/0x.ts index f1b271810..313f723d7 100644 --- a/src/0x.ts +++ b/src/0x.ts @@ -68,7 +68,8 @@ export class ZeroEx { */ public proxy: TokenTransferProxyWrapper; /** - * An instance of the OrderStateWatcher class containing methods for watching the order state changes. + * An instance of the OrderStateWatcher class containing methods for watching a set of orders for relevant + * blockchain state changes. */ public orderStateWatcher: OrderStateWatcher; private _web3Wrapper: Web3Wrapper; -- cgit