diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/contract_wrappers/exchange_wrapper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |