From 62d29e58d1f1aa6372753a37778e8fea4342dba3 Mon Sep 17 00:00:00 2001 From: Aayush Gupta <60979345+AAYUSH-GUPTA-coder@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:11:39 +0800 Subject: [PATCH] Typo corrected "functoins" --> "functions" (#105) --- 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 //