From f5d30f4a0796df507dadc79b7e070aab6076528c Mon Sep 17 00:00:00 2001 From: David Sun Date: Thu, 11 Jul 2019 09:57:58 -0700 Subject: [PATCH] Update packages/asset-buyer/src/swap_quoter.ts Co-Authored-By: Jacob Evans --- packages/asset-swapper/src/swap_quoter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/asset-swapper/src/swap_quoter.ts b/packages/asset-swapper/src/swap_quoter.ts index ce0bc58c2c..e9d7479f70 100644 --- a/packages/asset-swapper/src/swap_quoter.ts +++ b/packages/asset-swapper/src/swap_quoter.ts @@ -203,7 +203,7 @@ export class SwapQuoter { * You can then pass the `SwapQuote` to a `SwapQuoteConsumer` to execute a buy, or process SwapQuote for on-chain consumption. * @param makerAssetData The makerAssetData of the desired asset to swap for (for more info: https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md). * @param takerAssetData The takerAssetData of the asset to swap makerAssetData for (for more info: https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md). - * @param makerAssetSwapAmount The amount of maker asset to swap for. + * @param takerAssetSellAmount The amount of taker asset to sell. * @param options Options for the request. See type definition for more information. * * @return An object that conforms to SwapQuote that satisfies the request. See type definition for more information.