From 6d6467e3fb0cbfc133c2b705d730fd3551e1f601 Mon Sep 17 00:00:00 2001 From: Aayush Gupta <60979345+AAYUSH-GUPTA-coder@users.noreply.github.com> Date: Sat, 7 Dec 2024 16:03:41 +0800 Subject: [PATCH] Typo corrected "functoins" --> "functions" --- test/fuzz/continueOnRevert/ContinueOnRevertHandler.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fuzz/continueOnRevert/ContinueOnRevertHandler.t.sol b/test/fuzz/continueOnRevert/ContinueOnRevertHandler.t.sol index 01f7067..b7d19d1 100644 --- a/test/fuzz/continueOnRevert/ContinueOnRevertHandler.t.sol +++ b/test/fuzz/continueOnRevert/ContinueOnRevertHandler.t.sol @@ -44,7 +44,7 @@ contract ContinueOnRevertHandler is Test { btcUsdPriceFeed = MockV3Aggregator(dscEngine.getCollateralTokenPriceFeed(address(wbtc))); } - // FUNCTOINS TO INTERACT WITH + // FUNCTIONS TO INTERACT WITH /////////////// // DSCEngine //