Skip to content

Commit

Permalink
✨ Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Dec 5, 2023
1 parent 721171a commit 77ceb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 77ceb54

Please sign in to comment.