From b516f94df5634b5e6535cc5b45ec948051d254f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Bruno=20-=20Balancer=20Labs?= Date: Thu, 19 Sep 2024 18:31:58 -0300 Subject: [PATCH] Update pkg/vault/contracts/Vault.sol Co-authored-by: EndymionJkb --- pkg/vault/contracts/Vault.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/vault/contracts/Vault.sol b/pkg/vault/contracts/Vault.sol index f8723e064..9833368a7 100644 --- a/pkg/vault/contracts/Vault.sol +++ b/pkg/vault/contracts/Vault.sol @@ -1327,7 +1327,7 @@ contract Vault is IVaultMain, VaultCommon, Proxy { // EXACT_OUT requires the exact amount of underlying tokens to be returned, so we call withdraw. // The amount of underlying tokens to withdraw is the amount necessary to fulfill the trade // (amountOutUnderlying), less the excess amount of underlying assets in the buffer - // (bufferUnderlyingImbalance). `bufferUnderlyingImbalance` may be positive if buffer has an excess of + // (bufferUnderlyingImbalance). `bufferUnderlyingImbalance` may be positive if the buffer has an excess of // underlying, or negative if the buffer has an excess of wrapped tokens. `vaultUnderlyingDeltaHint` // will always be a positive number, because if `abs(bufferUnderlyingImbalance) > amountOutUnderlying` // and `bufferUnderlyingImbalance > 0`, it means the buffer has enough liquidity to fulfill the trade