From 1ca94268b47f8465f5624727ab779592f41b43a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Bruno?= Date: Tue, 7 Jan 2025 13:36:36 -0300 Subject: [PATCH] Fix typo --- test/ERC4626WrapperBase.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ERC4626WrapperBase.t.sol b/test/ERC4626WrapperBase.t.sol index 980e334..5058c25 100644 --- a/test/ERC4626WrapperBase.t.sol +++ b/test/ERC4626WrapperBase.t.sol @@ -83,7 +83,7 @@ abstract contract ERC4626WrapperBaseTest is Test { /** * @notice Defines network, overrideBlockNumber, wrapper, underlyingDonor and amountToDonate. * @dev Make sure the underlyingDonor has at least 3 times the amountToDonate amount in underlying tokens, and - * that the buffer was not been initialized for the ERC4626 token in the current block numbera. + * that the buffer was not been initialized for the ERC4626 token in the current block number. */ function setUpForkTestVariables() internal virtual;