diff --git a/contracts/vault/AssetTransfersHandler.sol b/contracts/vault/AssetTransfersHandler.sol index af4cc2b380..bccd704b3c 100644 --- a/contracts/vault/AssetTransfersHandler.sol +++ b/contracts/vault/AssetTransfersHandler.sol @@ -140,8 +140,8 @@ abstract contract AssetTransfersHandler is AssetHelpers { * * Any ETH sent to the Vault outside of the WETH unwrapping mechanism would be forever locked inside the Vault, so * we prevent that from happening. Other mechanisms used to send ETH to the Vault (such as being the recipient of an - * ETH swap, Pool exit or withdrawal, contract self-destruction, or receiving the block mining reward) will result in - * locked funds, but are not otherwise a security or soundness issue. This check only exists as an attempt to + * ETH swap, Pool exit or withdrawal, contract self-destruction, or receiving the block mining reward) will result + * in locked funds, but are not otherwise a security or soundness issue. This check only exists as an attempt to * prevent user error. */ receive() external payable {