aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts')
-rw-r--r--packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts b/packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts
index 9fcd16ca1..3b082b68d 100644
--- a/packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts
+++ b/packages/asset-buyer/src/order_fetchers/standard_relayer_api_order_fetcher.ts
@@ -43,7 +43,7 @@ export class StandardRelayerAPIOrderFetcher implements OrderFetcher {
}
/**
* Instantiates a new StandardRelayerAPIOrderFetcher instance
- * @param apiUrl The relayer API base HTTP url you would like to interact with.
+ * @param apiUrl The standard relayer API base HTTP url you would like to source orders from.
* @return An instance of StandardRelayerAPIOrderFetcher
*/
constructor(apiUrl: string) {