From 188546761644b0b37760e8b7e5e8d0dc70e98223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alan=20H=C3=B6ng?= Date: Thu, 26 Jun 2025 11:49:54 +0100 Subject: [PATCH] Fix typo --- evm/src/interfaces/ISwapAdapterV2.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evm/src/interfaces/ISwapAdapterV2.sol b/evm/src/interfaces/ISwapAdapterV2.sol index a78b44d..d5288ac 100644 --- a/evm/src/interfaces/ISwapAdapterV2.sol +++ b/evm/src/interfaces/ISwapAdapterV2.sol @@ -35,6 +35,8 @@ interface ISwapAdapterV2 is ISwapAdapterTypes { /// @param sellToken The token being sold. /// @param buyToken The token being bought. /// @param specifiedAmounts Amounts to calculate marginal prices at. + /// @param data Any additional data required, that does not fit the + /// interface. /// @return prices array of prices as fractions corresponding to the /// provided amounts. function price(