aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/0x.ts3
1 files changed, 2 insertions, 1 deletions
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;