From 61cd6c982641cb00f21b8b3ed4bf039518198ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Thu, 6 Feb 2025 14:48:33 +0100 Subject: [PATCH] fix: adjust commit. --- contracts/contracts/strategies/BaseCurveAMOStrategy.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/contracts/strategies/BaseCurveAMOStrategy.sol b/contracts/contracts/strategies/BaseCurveAMOStrategy.sol index 150b3d0fa8..6bbbf2e023 100644 --- a/contracts/contracts/strategies/BaseCurveAMOStrategy.sol +++ b/contracts/contracts/strategies/BaseCurveAMOStrategy.sol @@ -84,7 +84,7 @@ contract BaseCurveAMOStrategy is InitializableAbstractStrategy { /** * @dev Checks the Curve pool's balances have improved and the balances * have not tipped to the other side. - * This modifier only works on functions that do a single sided add or remove. + * This modifier is only applied to functions that do a single sided add or remove. * The standard deposit function adds to both sides of the pool in a way that * the pool's balance is not worsened. * Withdrawals are proportional so doesn't change the pools asset balance.