aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/src/order_watcher/order_watcher.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-watcher/src/order_watcher/order_watcher.ts')
-rw-r--r--packages/order-watcher/src/order_watcher/order_watcher.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/order-watcher/src/order_watcher/order_watcher.ts b/packages/order-watcher/src/order_watcher/order_watcher.ts
index ac811a4c4..5ddfdd047 100644
--- a/packages/order-watcher/src/order_watcher/order_watcher.ts
+++ b/packages/order-watcher/src/order_watcher/order_watcher.ts
@@ -215,7 +215,7 @@ export class OrderWatcher {
}
/**
* Gets number of orderHashes currently being watched by the order watcher instance.
- * @returns {number}
+ * @returns {number} Number of hashes in _orderByOrderHash
*/
public getWatchCount(): number {
return _.size(this._orderByOrderHash);