chore: Move methods around and improve docstrings

--- don't change below this line ---
ENG-4087 Took 30 seconds


Took 5 seconds
This commit is contained in:
Diana Carvalho
2025-02-03 16:50:42 +00:00
parent 0860d67d7a
commit 2aa1df9b0d
3 changed files with 49 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ error ExecutionDispatcher__NonContractExecutor();
* be called using delegatecall so they can share state with the main
* contract if needed.
*
* Note Executor contracts need to implement the IExecutor interface unless
* Note: Executor contracts need to implement the IExecutor interface unless
* an alternate selector is specified.
*/
contract ExecutionDispatcher {