diff --git a/libs/remix-debug/src/Ethdebugger.ts b/libs/remix-debug/src/Ethdebugger.ts index e3a546b1b4..f4e2d66ae8 100644 --- a/libs/remix-debug/src/Ethdebugger.ts +++ b/libs/remix-debug/src/Ethdebugger.ts @@ -17,7 +17,7 @@ import { extractStateVariables } from './solidity-decoder/stateDecoder' * - SolidityProxy - Basically used to extract state variable from AST * - Breakpoint Manager - Used to add / remove / jumpto breakpoint * - InternalCallTree - Used to retrieved local variables - * - StorageResolver - Help resolving the storage accross different steps + * - StorageResolver - Help resolving the storage across different steps * * @param {Map} opts - { function compilationResult } // */