Skip to content

Commit

Permalink
fix: Update documentation (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel authored Aug 23, 2024
1 parent fcde709 commit ecf841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IPSM3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ecf841b

Please sign in to comment.