File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
slither/core/declarations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments