From 22ef3f8fe3c380c00aede284733ce32ca5e978f9 Mon Sep 17 00:00:00 2001 From: Fallengirl <155266340+Fallengirl@users.noreply.github.com> Date: Sat, 28 Dec 2024 12:57:50 +0100 Subject: [PATCH] Update functionCallGraph.ts --- .../src/solidity-analyzer/modules/functionCallGraph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-analyzer/src/solidity-analyzer/modules/functionCallGraph.ts b/libs/remix-analyzer/src/solidity-analyzer/modules/functionCallGraph.ts index 017f50e9fa..90c793de89 100644 --- a/libs/remix-analyzer/src/solidity-analyzer/modules/functionCallGraph.ts +++ b/libs/remix-analyzer/src/solidity-analyzer/modules/functionCallGraph.ts @@ -33,7 +33,7 @@ function buildLocalFuncCallGraphInternal (functions: FunctionHLAst[], nodeFilter * "functions": { * "KingOfTheEtherThrone.claimThrone(string memory)": { // function in KingOfEtherThrone * "node": {...}, // function node as defined in abstractAstView.js - * "calls": { // list of full qualified function names which are called form this function + * "calls": { // list of full qualified function names which are called from this function * } * } * }