From 55f856ce8b6b131edc53873062ffb615395a64a7 Mon Sep 17 00:00:00 2001 From: Thabokani <149070269+Thabokani@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:57:42 +0800 Subject: [PATCH] fix typo in libs/remix-debug/src/Ethdebugger.ts --- libs/remix-debug/src/Ethdebugger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } // */