diff --git a/sdk/src/quotes/public/increase-liquidity-quote.ts b/sdk/src/quotes/public/increase-liquidity-quote.ts index d4184171d..52540cf1e 100644 --- a/sdk/src/quotes/public/increase-liquidity-quote.ts +++ b/sdk/src/quotes/public/increase-liquidity-quote.ts @@ -323,8 +323,8 @@ function getTokenEstimatesFromLiquidity(params: IncreaseLiquidityQuoteByLiquidit * Get an estimated quote on the maximum tokens required to deposit based on a specified input token amount. * * @category Quotes - * @param inputTokenAmount - The amount of input tokens to deposit. * @param inputTokenMint - The mint of the input token the user would like to deposit. + * @param inputTokenAmount - The amount of input tokens to deposit. * @param tickLower - The lower index of the position that we are withdrawing from. * @param tickUpper - The upper index of the position that we are withdrawing from. * @param slippageTolerance - The maximum slippage allowed when calculating the minimum tokens received. @@ -604,4 +604,4 @@ function quotePositionAboveRange(param: IncreaseLiquidityQuoteParam): IncreaseLi deductingFromTokenEstB: tokenEstBIncluded.fee, }, }; -} \ No newline at end of file +}