From 80b76e58172313e396c81c719bd46094b9491b84 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 8 Jun 2017 18:14:02 +0200 Subject: Improve comment --- src/contract_wrappers/exchange_wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/contract_wrappers') diff --git a/src/contract_wrappers/exchange_wrapper.ts b/src/contract_wrappers/exchange_wrapper.ts index cfbea43a5..972e11b8c 100644 --- a/src/contract_wrappers/exchange_wrapper.ts +++ b/src/contract_wrappers/exchange_wrapper.ts @@ -272,7 +272,7 @@ export class ExchangeWrapper extends ContractWrapper { } /** * Batch version of fillOrKill. Allows a taker to specify a batch of orders that will either be atomically - * filled to the desired fillAmount or aborted. + * filled (each to the specified fillAmount) or aborted. */ public async batchFillOrKillAsync(orderFillOrKillRequests: OrderFillOrKillRequest[], takerAddress: string) { -- cgit v1.2.3