From 77ceb54977c735267a18f67cef5010d71435dabc Mon Sep 17 00:00:00 2001 From: JaredBorders Date: Tue, 5 Dec 2023 15:31:48 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Prettify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interfaces/IEngine.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/IEngine.sol b/src/interfaces/IEngine.sol index 4659b20d..98608098 100644 --- a/src/interfaces/IEngine.sol +++ b/src/interfaces/IEngine.sol @@ -280,7 +280,7 @@ interface IEngine { /// and the transaction will revert with CannotExecuteOrder(). /// /// note: It is recommended to attempt simulating the co execution prior to submission - /// or employ some other sophisticated stratgey to mitigate the risk of submitting a co that + /// or employ some other sophisticated stratgey to mitigate the risk of submitting a co that /// cannot be executed due to internal Synthetix v3 scenarios that are *unpredictable*. /// /// The Engine contract does not store co's. It only stores the nonceBitmaps for each account.