From ecf841bf73d52beaad7b6cfd46dcbe4c3c0d9ea2 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Date: Fri, 23 Aug 2024 14:24:09 -0400 Subject: [PATCH] fix: Update documentation (#32) --- src/interfaces/IPSM3.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/IPSM3.sol b/src/interfaces/IPSM3.sol index f54f54a..0e90ac4 100644 --- a/src/interfaces/IPSM3.sol +++ b/src/interfaces/IPSM3.sol @@ -123,7 +123,7 @@ interface IPSM3 { * @param minAmountOut Minimum amount of the asset to receive. * @param receiver Address of the receiver of the swapped assets. * @param referralCode Referral code for the swap. - * @return amountOut Resulting mount of the asset that will be received in the swap. + * @return amountOut Resulting amount of the asset that will be received in the swap. */ function swapExactIn( address assetIn,