From 2d21f988dd70d787049ad71c79ef24137ff5905a Mon Sep 17 00:00:00 2001 From: Alessandro Bergamaschi <51761861+Aleione@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:09:58 +0100 Subject: [PATCH] Update evm/src/angle/AngleAdapter.sol Co-authored-by: pistomat --- evm/src/angle/AngleAdapter.sol | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/evm/src/angle/AngleAdapter.sol b/evm/src/angle/AngleAdapter.sol index 508abd6..0365d13 100644 --- a/evm/src/angle/AngleAdapter.sol +++ b/evm/src/angle/AngleAdapter.sol @@ -12,9 +12,8 @@ uint256 constant STANDARD_TOKEN_DECIMALS = 10 ** 18; /// @title AngleAdapter /// @dev Information about prices: When swapping collateral to agEUR, the trade -/// price will not decrease(amountOut); -/// Instead, when swapping agEUR to collateral, it will, because agEUR is -/// minted, and this mechanism is used to +/// price will not decrease(amountOut). Instead, when swapping agEUR to +/// collateral, it will, because agEUR is minted, and this mechanism is used to /// stabilize the agEUR price. contract AngleAdapter is ISwapAdapter { ITransmuter immutable transmuter;