Skip to content

Commit 22ef3f8

Browse files
FallengirlAniket-Engg
authored andcommitted
Update functionCallGraph.ts
1 parent 97c107a commit 22ef3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-analyzer/src/solidity-analyzer/modules/functionCallGraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function buildLocalFuncCallGraphInternal (functions: FunctionHLAst[], nodeFilter
3333
* "functions": {
3434
* "KingOfTheEtherThrone.claimThrone(string memory)": { // function in KingOfEtherThrone
3535
* "node": {...}, // function node as defined in abstractAstView.js
36-
* "calls": { // list of full qualified function names which are called form this function
36+
* "calls": { // list of full qualified function names which are called from this function
3737
* }
3838
* }
3939
* }

0 commit comments

Comments
 (0)