From 678919f9872476014fbf9aa0fbfd28ff6b090044 Mon Sep 17 00:00:00 2001 From: ConjunctiveNormalForm Date: Mon, 18 Dec 2023 10:48:48 -0500 Subject: [PATCH] typo --- contracts/interfaces/IQuoter.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/interfaces/IQuoter.sol b/contracts/interfaces/IQuoter.sol index a25fb03a..e38bdd95 100644 --- a/contracts/interfaces/IQuoter.sol +++ b/contracts/interfaces/IQuoter.sol @@ -104,7 +104,7 @@ interface IQuoter { returns (int128[] memory deltaAmounts, uint160 sqrtPriceX96After, uint32 initializedTicksLoaded); /// @notice Returns the delta amounts along the swap path for a given exact output swap - /// @param params the params for the quote, encoded as 'QuoteExactInputParams' + /// @param params the params for the quote, encoded as 'QuoteExactOutputParams' /// currencyOut The output currency of the swap /// path The path of the swap encoded as PathKeys that contains currency, fee, tickSpacing, and hook info /// recipient The intended recipient of the output tokens