Skip to content

Commit fba3d7d

Browse files
authored
Merge branch 'dev' into entry-points-vars-printer
2 parents 2c56e71 + 33acbc8 commit fba3d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slither/core/declarations/function.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ def all_conditional_solidity_variables_read(
12951295
self, include_loop: bool = True
12961296
) -> List[SolidityVariable]:
12971297
"""
1298-
Return the Soldiity variables directly used in a condtion
1298+
Return the Solidity variables directly used in a condition
12991299
13001300
Use of the IR to filter index access
13011301
Assumption: the solidity vars are used directly in the conditional node
@@ -1337,7 +1337,7 @@ def _explore_func_nodes(
13371337

13381338
def all_solidity_variables_used_as_args(self) -> List[SolidityVariable]:
13391339
"""
1340-
Return the Soldiity variables directly used in a call
1340+
Return the Solidity variables directly used in a call
13411341
13421342
Use of the IR to filter index access
13431343
Used to catch check(msg.sender)

0 commit comments

Comments
 (0)